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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,8 +378,9 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de
378
378
379
379
- Changing app IDs is not supported.
380
380
- Any `User` namespace calls must be invoked **after** initialization. Example: `OneSignal.User.addTag("tag", "2")`
381
+
- 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.
381
382
382
383
# Known issues
383
384
384
385
- Identity Verification
385
-
- We will be introducing JWT in a follow-up release.
386
+
- We will be introducing Identity Verification using JWT in a followup release
0 commit comments