Releases: infobip/mobile-messaging-sdk-ios
Releases · infobip/mobile-messaging-sdk-ios
3.2.8
Fixed
- Minor issue for a case with intersecting geofencing areas that user may be inside at the same time. A notification should be triggered only once.
3.2.7
Fixed
- Fetching for old messages from User Notification Center.
3.2.6
Changed
- Minor models changes for better Cordova support.
3.2.5
Added
- Auxiliary events for interactive notifications support or Cordova plugin.
3.2.4
Changed
- Minor threading improvements to avoid Xcode main thread checker alerts.
3.2.3
Fixed
- Rare bug related to user data synchronization.
- Issue found after the iOS reserve copy restoration.
3.2.0
Added
- New separate API for registering for Push Notifications.
Fixed
- Access to messageHandlingDelegate API.
3.1.0
Changed
MobileMessaging.notificationActionHandler
(NotificationActionHandling protocol) andMobileMessaging.notificationTapHandler
were removed in order to provide more consistent API for different iOS versions. From now on theMobileMessaging.messageHandlingDelegate
delegate object (MessageHandlingDelegate protocol) provides callbacks for responding to actionable notifications, handling new messages including separate delegate callback for new messages received in the foreground state. Check Interactive Notifications Custom Handling for examples.
3.0.6
Changed
- Accessors for predefined user data are now more specific about types ("birthdate" has Date type, "gender" - UserGender enum). Key-based accessors are now obsoleted.