Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases: Iterable/objc-sdk

UpdateSubscriptions functionality

10 Nov 15:14
Compare
Choose a tag to compare

4.4.1

Added

  • Added the updateSubscriptions function to create to modify channel, list, and message subscription preferences.

In-App HTML Notifications

27 Oct 15:05
Compare
Choose a tag to compare

4.4.0

Added

  • Added the showIterableNotificationHTML function to create html based in-app notifications

Changed

  • Changed the spawnInAppNotification function to parse html formatted notifications.

Update and clear user functionality

27 Oct 15:05
Compare
Choose a tag to compare

4.3.3

Added

  • Added the clearSharedInstance function to reset the stored Iterable instance.
  • Added the updateUser function to add or modify user Fields.

Changed

  • Changed the spawnInAppNotification function to automatically consume messages from the user messages queue.

Fixed

  • Fixed missing header files for constants.

Encodes special characters in query params with percent encoding.

28 Jun 19:26
Compare
Choose a tag to compare

Added

  • Added the inAppConsume function to remove in-app messages from the user queue.

Changed

  • Changed the spawnInAppNotification function to automatically consume messages from the user messages queue.

Fixed

  • Fixed url query string parameter encoding for get requests.

In-App Rendering

14 Jun 18:44
Compare
Choose a tag to compare

Fixed

  • Fixed rendering of In-App notification to be on top of other views.

Support for iOS Universal Deeplinks

03 Feb 22:22
Compare
Choose a tag to compare

Added

  • added the getAndTrackDeeplink function to track links sent by Iterable and retrieves the destination deeplink url

In-App Notifications

03 Feb 22:21
Compare
Choose a tag to compare

Added

  • added support for In-App Notifications with different views layouts
    • Full screen
    • Bottom
    • Center
    • Top
  • includes tracking for In-App opens and clicks
  • includes support for GET requests
  • added support for system styled dialogs
  • Prefixed common method names

Updated artifacts for 4.1.0

07 Nov 19:38
Compare
Choose a tag to compare
4.1.1

prepare for 4.1.1 pt2

Added in support for custom launchOptions

07 Nov 16:41
Compare
Choose a tag to compare

4.1.0

Added

  • added in new overloaded function for initWithApiKey to allow for custom launchOptions not passed from application:didFinishLaunchingWithOptions

4.0.2

01 Nov 20:36
Compare
Choose a tag to compare

4.0.2

Fixed

  • include the latest artifacts