Skip to content

Commit 37d38eb

Browse files
committed
Limitations & Known issues
1 parent 28c4395 commit 37d38eb

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

MIGRATION_GUIDE.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,16 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de
670670
**device-scoped user**
671671
> An anonymous user with no aliases that cannot be retrieved except through the current device or OneSignal dashboard. On app install, the OneSignal SDK is initialized with a *device-scoped user*. A *device-scoped user* can be upgraded to an identified user by calling `OneSignal.login("USER_EXTERNAL_ID")` to identify the user by the specified external user ID.
672672
673-
# Known Limitations
674-
675-
// TODO: Fill in
673+
# Limitations
674+
675+
- Recommend using only in development and staging environments for Alpha releases
676+
- Aliases will be available in a future release
677+
- Outcomes will be available in a future release
678+
- Users are deleted when the last Subscription (push, email, or sms) is removed
679+
- Any `User` namespace calls must be invoked **after** initialization. Example: `OneSignal.User.addTag("tag", "2")`
680+
681+
# Known issues
682+
- User properties may not update correctly when Subscriptions are transferred
683+
- Please report any issues you find with this
684+
- Identity Verification
685+
- We will be introducing JWT in a follow up Alpha or Beta release

0 commit comments

Comments
 (0)