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_v3_to_v5.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Unity v5.0.0-beta.3 Migration Guide
1
+
# Unity v5.0.0 Migration Guide
2
2
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.
3
3
4
4
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
241
241
242
242
243
243
# 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.
246
247
247
248
# Known issues
248
249
- Identity Verification
249
-
- We will be introducing JWT in follow up Beta release
250
+
- We will be introducing JWT in a follow up release
Copy file name to clipboardExpand all lines: OneSignalExample/Assets/OneSignal/MIGRATION_GUIDE_v3_to_v5.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Unity v5.0.0-beta.3 Migration Guide
1
+
# Unity v5.0.0 Migration Guide
2
2
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.
3
3
4
4
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
241
241
242
242
243
243
# 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.
246
247
247
248
# Known issues
248
249
- Identity Verification
249
-
- We will be introducing JWT in follow up Beta release
250
+
- We will be introducing JWT in a follow up release
0 commit comments