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.4Patch 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 RetenoReactNativeSdkwithdelayedStart()— the new recommended way to register Reteno as the notification-center delegate early in yourAppDelegate. - 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.
✨ 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.