From 1f13b18617c482ffa54098dc747b46e15973ef57 Mon Sep 17 00:00:00 2001 From: Sikandar Sadaqat Date: Thu, 27 Jun 2024 18:17:45 +0500 Subject: [PATCH] Removed duplicate "longer" MIGRATION_GUIDE.md --- MIGRATION_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index 7c33e07..4f2adf3 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -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: @@ -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 \ No newline at end of file + - We will be introducing JWT in a follow up release