File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,17 @@ OneSignal.User.PushSubscription.optIn();
221221
222222# Limitations
223223
224- ## December 2022
224+ ## January 2023
225225### Version 16 (alpha)
226+ It is recommended this version is used **only** in development and staging envrionments.
227+ * Switching between users via ` login ()` and ` logout ()` is unsafe. **Please stick to single user testing.**
228+ * Any User namespace calls must be invoked **after** initialization (async). Example: ` OneSignal .User .addTag (" tag" , " 2" );`
229+ * Aliases will be available in a future release,
226230* HTTP environments are not supported.
227231* AMP environments are not supported.
228232* Identity verification is not functional.
229233* Outcomes are not functional.
230- * Switching between users via ` login ()` and ` logout ()` is unsafe.
231- * Any User namespace calls must be invoked **after** initialization (async). Example: ` OneSignal .User .addTag (" tag" , " 2" );
232- * Subscriptions are not updated when calling ` optIn()` and ` optOut()` on the backend.
234+
233235
234236# Glossary
235237
You can’t perform that action at this time.
0 commit comments