You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly parse multiple subscriptions in create user response
* The subscriptions in the create user response are not returned in the order that they are sent. We cannot rely on ordering to match sent and returned subscriptions. So, we do our best to use data to match them.
* Fixes a bug where a push subscription and email/sms subscription are in the same request and the SDK extracts the wrong subscription ID for push.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations/impl/executors/LoginUserOperationExecutor.kt
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -187,21 +187,36 @@ internal class LoginUserOperationExecutor(
0 commit comments