Commit fb77f5e
committed
Mark TransferSubscriptionOperation as deprecated
* The transfer subscription operation only contains the subscription ID. It is possible for a push subscription to have been deleted on the server. In this case, only using transfer subscription will lose accurate push subscription data when the server creates a new push subscription. Missing data can include no push token, and inaccurate opted in or permission status.
* Instead, we will use Create Subscription instead which will include accurate push subscription data so the server can create a new push subscription accurately.1 parent 1e691ee commit fb77f5e
File tree
1 file changed
+6
-0
lines changed- OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments