Skip to content

Release 2.3.1

Latest

Choose a tag to compare

@serhiiporaiko-yalantis serhiiporaiko-yalantis released this 10 Sep 07:32
4cbf2a2

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.

Updated

  • Native Reteno Android SDK: 2.10.12.10.2
  • Native Reteno iOS SDK: 2.7.32.7.4