Skip to content

v4.23.0 - REMOVED

Compare
Choose a tag to compare
@syneriseapp syneriseapp released this 02 Oct 12:24

[4.23.0] - 2024-10-02

!!! THIS VERSION HAS BEEN REMOVED DUE TO POTENTIAL ISSUES WITH CHECKING IF THE APP IS LAUNCHED IN THE BACKGROUND (AFFECTS UIScene AND SwiftUI BASED APPS). USE VERSION 4.23.3 !!!

Added

  • Synerise.setBackgroundTaskIdentifiers(_:) method. The new method registers background tasks in the SDK, which will enable registration for push notifications every 20 days when the application is not launched.
  • snr_registerForPushNotificationsIsNeeded(origin:) method in SyneriseDelegate. If implemented, the new method is invoked instead of snr_registerForPushNotificationsIsNeeded().
  • PushNotificationsRegistrationOrigin enum.

Changed

  • Improvements to stability.