Skip to content

Commit 62f772a

Browse files
authored
Merge pull request #1690 from OneSignal/add_migration_advisory_to_readme
Add migration advisory to readme and migration guide
2 parents 0f08d6d + 4e6a2cd commit 62f772a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

MIGRATION_GUIDE.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# React Native v5.0.0 Migration Guide
22

3+
#### ⚠️ Migration Advisory for current OneSignal customers
4+
5+
Our new [user-centric APIs and v5.x.x SDKs](https://onesignal.com/blog/unify-your-users-across-channels-and-devices/) offer an improved user and data management experience. However, they may not be at 1:1 feature parity with our previous versions yet.
6+
7+
If you are migrating an existing app, we suggest using iOS and Android’s Phased Rollout capabilities to ensure that there are no unexpected issues or edge cases. Here is the documentation for each:
8+
9+
- [iOS Phased Rollout](https://developer.apple.com/help/app-store-connect/update-your-app/release-a-version-update-in-phases/)
10+
- [Google Play Staged Rollouts](https://support.google.com/googleplay/android-developer/answer/6346149?hl=en)
11+
12+
If you run into any challenges or have concerns, please contact our support team at support@onesignal.com
13+
314
# Intro
415

516
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.

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99
---
1010

11+
#### ⚠️ Migration Advisory for current OneSignal customers
12+
13+
Our new [user-centric APIs and v5.x.x SDKs](https://onesignal.com/blog/unify-your-users-across-channels-and-devices/) offer an improved user and data management experience. However, they may not be at 1:1 feature parity with our previous versions yet.
14+
15+
If you are migrating an existing app, we suggest using iOS and Android’s Phased Rollout capabilities to ensure that there are no unexpected issues or edge cases. Here is the documentation for each:
16+
17+
- [iOS Phased Rollout](https://developer.apple.com/help/app-store-connect/update-your-app/release-a-version-update-in-phases/)
18+
- [Google Play Staged Rollouts](https://support.google.com/googleplay/android-developer/answer/6346149?hl=en)
19+
20+
If you run into any challenges or have concerns, please contact our support team at support@onesignal.com
21+
22+
---
23+
1124
[OneSignal](https://onesignal.com/) is a free email, sms, push notification, and in-app message service for mobile apps. This SDK makes it easy to integrate your native React-Native iOS and/or Android apps with OneSignal.
1225

1326
#### Installation

0 commit comments

Comments
 (0)