v4.23.0 - REMOVED
[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 inSyneriseDelegate
. If implemented, the new method is invoked instead ofsnr_registerForPushNotificationsIsNeeded()
.PushNotificationsRegistrationOrigin
enum.
Changed
- Improvements to stability.