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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.3.1
Fixed
iOS: FCM token no longer overwritten by raw APNs token. On the Firebase push route, didRegisterForRemoteNotificationsWithDeviceToken was forwarding the raw APNs token directly to Reteno, racing the MessagingDelegate callback that already reports the correct FCM token. This could silently break mobile push delivery for affected contacts (stored token ended up in APNs format instead of FCM).
iOS: fixed an Xcode build failure (ambiguous implicit access level for import of 'ExpoRetenoSdk') caused by the plugin injecting an explicit internal import that conflicted with Expo's auto-generated module imports under newer Xcode/Swift toolchains.