- upgrade iOS SDK to v4.4.1
- Upgrade to iOS SDK v4.4.1:
- Avoid calling userNotificationCenter:willPresentNotification:withCompletionHandler: completion handler if handing off to another delegate
- Avoid WPLog use of printf for big log messages and proceed line by line instead
- Avoid calling userNotificationCenter:willPresentNotification:withCompletionHandler: completion handler if handing off to another delegate
- Avoid WPLog use of printf for big log messages and proceed line by line instead
Changelog:
- Upgrade to a React Native New Architecture Turbo module
- Implement Delegate
urlForDeeplink()
- Implement
WonderPushUserPreferences to help setting up Android Notification Channels without resorting to native code
- Optional support for starting a React Native context in the background on Android to react to received notifications when app is not running
Changelog:
- Upgrade to a React Native New Architecture Turbo module
- Using Android FCM module v1.0.7
Changelog:
- Upgrade to a React Native New Architecture Turbo module
- Still using Android HCM module v1.0.3 like previous version
Changelog:
- Initial version
- Tested against Expo SDK 54 and React Native 0.81.4
Changelog:
- Upgrade to WonderPush Android SDK v4.6.0
- Upgrade to WonderPush iOS SDK v4.4.0
- Expose
initialize()
- Expose
initializeAndRememberCredentials(), enabling complex init scenarios
- Expose
getRememberedClientId()
Changelog:
- Implement
initializeAndRememberCredentials(), enabling complex init scenarios
- Upgrade native WonderPush iOS SDK from 4.3.2 to 4.4.0
- Upgrade native WonderPush Android SDK from 4.5.0 to 4.6.0