Releases: Synerise/react-native-synerise-sdk
Releases · Synerise/react-native-synerise-sdk
v0.25.0
v1.2.0
v1.1.1
v1.1.0
[1.1.0] - 2025-04-15
Fixed
- [Android] Empty payload in NotificationInfo after clicking on push.
Added
- In-app campaigns can now use the safe area of the screen, allowing you to display full-screen in-app messages. This option is called "Safe area" in the "Display type" option group in the campaign creator. If switched on, it allows the in-app message to extend into system UI. If switched off, it avoids system bars, notches, and other UI elements.
v1.0.1
v0.24.4
v0.24.3
v0.24.2
v0.24.1
v0.24.0
[0.24.0] - 2024-10-09
Fixed
- [iOS] Some potential issues with possible database corruption.
- [Android] Notification callback issue when app was in foreground.
Added
Synerise.Settings.inAppMessaging.contentBaseUrl
option in settings to let you set the base URL to use for all relative URLs in an in-app message's creation.Synerise.Client.updateAccountBasicInformation(context, onSuccess, onError)
method. The new method updates anonymous users.ClientAccountUpdateBasicInformationContext
model correlated with the newSynerise.Client.updateAccountBasicInformation(context, onSuccess, onError)
method.
Changed
- [Android] Fresco library is now updated to 3.2.0.
- Optimization of the In-app messaging module (variants are no longer assigned once more when the profile's UUID changes).
- Improvements to stability.