Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Jan 6, 2023
1 parent 8556069 commit 93fa85a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,17 @@ OneSignal.User.PushSubscription.optIn();
# Limitations
## December 2022
## January 2023
### Version 16 (alpha)
It is recommended this version is used **only** in development and staging envrionments.
* Switching between users via `login()` and `logout()` is unsafe. **Please stick to single user testing.**
* Any User namespace calls must be invoked **after** initialization (async). Example: `OneSignal.User.addTag("tag", "2");`
* Aliases will be available in a future release,
* HTTP environments are not supported.
* AMP environments are not supported.
* Identity verification is not functional.
* Outcomes are not functional.
* Switching between users via `login()` and `logout()` is unsafe.
* Any User namespace calls must be invoked **after** initialization (async). Example: `OneSignal.User.addTag("tag", "2");
* Subscriptions are not updated when calling `optIn()` and `optOut()` on the backend.
# Glossary
Expand Down

0 comments on commit 93fa85a

Please sign in to comment.