Skip to content

Releases: infobip/mobile-messaging-sdk-ios

3.2.8

05 Mar 12:54
Compare
Choose a tag to compare

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

02 Mar 16:09
Compare
Choose a tag to compare

Fixed

  • Fetching for old messages from User Notification Center.

3.2.6

21 Feb 10:24
Compare
Choose a tag to compare

Changed

  • Minor models changes for better Cordova support.

3.2.5

20 Feb 13:55
Compare
Choose a tag to compare

Added

  • Auxiliary events for interactive notifications support or Cordova plugin.

3.2.4

20 Feb 08:31
Compare
Choose a tag to compare

Changed

  • Minor threading improvements to avoid Xcode main thread checker alerts.

3.2.3

15 Feb 12:06
Compare
Choose a tag to compare

Fixed

  • Rare bug related to user data synchronization.
  • Issue found after the iOS reserve copy restoration.

3.2.0

31 Jan 07:56
Compare
Choose a tag to compare

Added

  • New separate API for registering for Push Notifications.

Fixed

  • Access to messageHandlingDelegate API.

3.1.0

22 Jan 14:06
Compare
Choose a tag to compare

Changed

  • MobileMessaging.notificationActionHandler (NotificationActionHandling protocol) and MobileMessaging.notificationTapHandler were removed in order to provide more consistent API for different iOS versions. From now on the MobileMessaging.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

15 Jan 14:37
Compare
Choose a tag to compare

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.

3.0.5

09 Jan 11:50
Compare
Choose a tag to compare

Fixed

  • Notification tap handling