[SDK][iOS] Release v4.4.2

by Stéphane JAIS
  • Fix: crash by synchronizing access to static resource accesses from multiple threads
  • 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

[SDK][iOS] Release v4.4.1

by Stéphane JAIS
  • 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
  • Still using Android HCM module v1.0.3 like previous version