You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,10 +732,8 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de
732
732
- Changing app IDs is not supported.
733
733
- Any `User` namespace calls must be invoked **after** initialization. Example: `OneSignal.User.addTag("tag", "2")`
734
734
- In the SDK, the user state is only refreshed from the server when a new session is started (cold start or backgrounded for over 30 seconds) or when the user is logged in. This is by design.
735
-
- Limited support for migrating from `3.x.x` of the SDK. Currentlyrecommend using for new app installs only.
735
+
- Limited support for migrating cached data in an existing app installation from `3.x.x` of the SDK to `5.x.x`. Currently, we recommend using this release in **fresh app installations** only.
736
736
737
737
# Known issues
738
-
- User properties may not update correctly when Subscriptions are transferred
739
-
- Please report any issues you find with this
740
738
- Identity Verification
741
739
- We will be introducing JWT in a follow up Beta release
0 commit comments