Skip to content

Commit

Permalink
Removed duplicate "longer" MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sikandar4747 authored Jun 27, 2024
1 parent dcd8d86 commit 1f13b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Logging out has the affect of reverting to a device-scoped user, which is the ne

## Subscriptions

In previous versions of the SDK, a “player” could have up to one email address and up to one phone number for SMS. In the user-centered model, a user can own the current device’s **Push Subscription** along with the ability to have **zero or more** email subscriptions and **zero or more** SMS subscriptions. Note: If a new user logs in via the `login` method, the previous user will no longer longer own that push subscription.
In previous versions of the SDK, a “player” could have up to one email address and up to one phone number for SMS. In the user-centered model, a user can own the current device’s **Push Subscription** along with the ability to have **zero or more** email subscriptions and **zero or more** SMS subscriptions. Note: If a new user logs in via the `login` method, the previous user will no longer own that push subscription.

### **Push Subscription**
The current device’s push subscription can be retrieved via:
Expand Down Expand Up @@ -452,4 +452,4 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de

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

0 comments on commit 1f13b18

Please sign in to comment.