Skip to content

Release 3.0.1

Latest

Choose a tag to compare

@serhiiporaiko-yalantis serhiiporaiko-yalantis released this 08 Sep 11:02
0ca239b


Reteno React Native SDK v3.0.1

🔧 Native SDK updates

Platform | Was | Now -- | -- | -- Android (com.reteno:fcm) | 2.10.1 | 2.10.2 iOS (Reteno pod) | 2.7.3 | 2.7.4

Patch releases on both native SDKs — no public API changes, no action required beyond bumping the dependency.

✨ New iOS entry point: RetenoReactNativeSdk.delayedStart()

  • Added public enum RetenoReactNativeSdk with delayedStart() — the new recommended way to register Reteno as the notification-center delegate early in your AppDelegate.
  • Non-breaking: the previous RetenoSdk.delayedStart() static method is unchanged and still works. Migrating is recommended but not required:
    - RetenoSdk.delayedStart()
    + RetenoReactNativeSdk.delayedStart()
    
  • Setup docs updated accordingly — see iOS setup, Step 4.1.
Reteno React Native SDK v3.0.1 🔧 Native SDK updates Platform Was Now Android (com.reteno:fcm) 2.10.1 2.10.2 iOS (Reteno pod) 2.7.3 2.7.4 Patch releases on both native SDKs — no public API changes, no action required beyond bumping the dependency.

✨ New iOS entry point: RetenoReactNativeSdk.delayedStart()
Added public enum RetenoReactNativeSdk with delayedStart() — the new recommended way to register Reteno as the notification-center delegate early in your AppDelegate.
Non-breaking: the previous RetenoSdk.delayedStart() static method is unchanged and still works. Migrating is recommended but not required:

  • RetenoSdk.delayedStart()
  • RetenoReactNativeSdk.delayedStart()
    Setup docs updated accordingly — see iOS setup, Step 4.1.