Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-l authored and jinliu9508 committed Feb 27, 2024
1 parent 7a6f4ad commit 8c17411
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions MIGRATION_GUIDE_v3_to_v5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unity v5.0.0-beta.3 Migration Guide
# Unity v5.0.0 Migration Guide
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.

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


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

# Known issues
- Identity Verification
- We will be introducing JWT in follow up Beta release
- We will be introducing JWT in a follow up release

# Troubleshooting

Expand Down
9 changes: 5 additions & 4 deletions OneSignalExample/Assets/OneSignal/MIGRATION_GUIDE_v3_to_v5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unity v5.0.0-beta.3 Migration Guide
# Unity v5.0.0 Migration Guide
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.

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


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

# Known issues
- Identity Verification
- We will be introducing JWT in follow up Beta release
- We will be introducing JWT in a follow up release

# Troubleshooting

Expand Down

0 comments on commit 8c17411

Please sign in to comment.