iOS Release Notes

Version: 2.10.0 Date: Dec 04- 2018

Enhancements and Fixes

  • Fixed an issue that prevented the SDK from executing API requests.
  • Fixed an issue with the parsing of policy updates over FCM.
  • Various minor enhancements and bug fixes.

Version: 2.9.2 Date: Sept 21- 2018

Enhancements and Fixes

  • Improved robustness of data storage layer

Version: 2.9.1 Date: Sept 09- 2018

Enhancements and Fixes

  • Fixed an issue with groupIdentifier

Version: 2.9.0 Date: Aug 17- 2018

New Features

  • Introduced access token based security for IMIconnect platform APIs that are accessed by the SDK.
    • Introduced AES encryption for all sensitive data in transit between the SDK and IMIconnect platform services.
    • Introduced client specific sub-domains for IMIconnect platform access.
    • Various internal enhancements and bug fixes.

Important
This version of the SDK requires that devices are re-registered with the IMIconnect platform in order for access tokens to be issued.
If upgrading from a previous version of SDK, please ensure that you execute your registration code again. The IMIconnect.isRegistered method should be queried to determine current registration status and conditionally execute your registration code.

AES encryption is only available for newly created IMIconnect platform apps. If support is required for existing apps, please contact your IMIconnect representative to discuss.

Version: 2.8.0 Date: Aug 03- 2018

New Features

  • Added some new notification categories (SINGLE_INLINE_REPLY and DOUBLE_INLINE_REPLY)

Enhancements and Fixes

  • Fixed some concurrency issues.
  • Improved the geofence system.
  • Improved the local files/db encryption.

Version: 2.7.1 Date: Jun 28- 2018

Enhancements and Fixes

  • Corrected handling of duplicate geofence configuration
  • Fixed an issue when retrieving the encryption key when the app was terminated
  • Other minor improvements and bug fixes

Version: 2.7.0 Date: May 31- 2018

Enhancements and Fixes

  • Internal improvements and bug fixes
  • In-App messaging enhancements
  • GDPR changes
  • Geofence enhancements to user based geofences and topic based geofence events.

Version: 2.5.0 Date: Jan 26- 2018

Enhancements and Fixes

  • Internal improvements and bug fixes
  • Geofence enhancements to circumvent device limits
  • Added temporary transaction id generation for newly created messages to support message storage before publication

Version: 2.4.1 Date: Dec 08- 2018

Enhancements and Fixes

  • Fixed various issues with push notification registration and actions.
  • Fixed an issue where ICMessage parameter was nil within shouldOverrideAction and performAction methods.
  • Fixed an issue where shouldOverrideAction and performAction method could be invoked twice for the same action.
  • Fixed an issue where ICMessage.ReadAt could be nil
  • Various minor bug fixes and improvements.