Skip to content

Commit d027998

Browse files
committed
Update migration guide
1 parent 5a74008 commit d027998

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

MIGRATION_GUIDE_v3_to_v5.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unity v5.0.0-beta.3 Migration Guide
1+
# Unity v5.0.0 Migration Guide
22
In this release, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
33

44
This migration guide will walk you through the Unity SDK v5.0.0 changes as a result of this shift.
@@ -241,12 +241,13 @@ The debug namespace is accessible via `OneSignal.Debug` and provides access to d
241241

242242

243243
# Limitations
244-
- Recommend using only in development and staging environments for Beta releases.
245-
- Outcomes will be available in a future release
244+
- Changing app IDs is not supported.
245+
- Any User namespace calls must be invoked after initialization. Example: OneSignal.User.AddTag("tag", "2")
246+
- 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.
246247

247248
# Known issues
248249
- Identity Verification
249-
- We will be introducing JWT in follow up Beta release
250+
- We will be introducing JWT in a follow up release
250251

251252
# Troubleshooting
252253

OneSignalExample/Assets/OneSignal/MIGRATION_GUIDE_v3_to_v5.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unity v5.0.0-beta.3 Migration Guide
1+
# Unity v5.0.0 Migration Guide
22
In this release, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
33

44
This migration guide will walk you through the Unity SDK v5.0.0 changes as a result of this shift.
@@ -241,12 +241,13 @@ The debug namespace is accessible via `OneSignal.Debug` and provides access to d
241241

242242

243243
# Limitations
244-
- Recommend using only in development and staging environments for Beta releases.
245-
- Outcomes will be available in a future release
244+
- Changing app IDs is not supported.
245+
- Any User namespace calls must be invoked after initialization. Example: OneSignal.User.AddTag("tag", "2")
246+
- 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.
246247

247248
# Known issues
248249
- Identity Verification
249-
- We will be introducing JWT in follow up Beta release
250+
- We will be introducing JWT in a follow up release
250251

251252
# Troubleshooting
252253

0 commit comments

Comments
 (0)