Skip to content

Commit 7db353d

Browse files
committed
update migration guide to clarify migration limitation
* Also remove known issue about user properties on subscription transfer, as this seems not to be happening anymore/ is fixed.
1 parent 418baf5 commit 7db353d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,8 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de
732732
- Changing app IDs is not supported.
733733
- Any `User` namespace calls must be invoked **after** initialization. Example: `OneSignal.User.addTag("tag", "2")`
734734
- 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. Currently recommend 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.
736736

737737
# Known issues
738-
- User properties may not update correctly when Subscriptions are transferred
739-
- Please report any issues you find with this
740738
- Identity Verification
741739
- We will be introducing JWT in a follow up Beta release

0 commit comments

Comments
 (0)