This repository was archived by the owner on Jul 22, 2020. It is now read-only.
  
  
  
  
Releases: Iterable/objc-sdk
Releases · Iterable/objc-sdk
UpdateSubscriptions functionality
4.4.1
Added
- Added the 
updateSubscriptionsfunction to create to modify channel, list, and message subscription preferences. 
In-App HTML Notifications
4.4.0
Added
- Added the 
showIterableNotificationHTMLfunction to create html based in-app notifications 
Changed
- Changed the 
spawnInAppNotificationfunction to parse html formatted notifications. 
Update and clear user functionality
4.3.3
Added
- Added the 
clearSharedInstancefunction to reset the stored Iterable instance. - Added the 
updateUserfunction to add or modify user Fields. 
Changed
- Changed the 
spawnInAppNotificationfunction 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.
Added
- Added the 
inAppConsumefunction to remove in-app messages from the user queue. 
Changed
- Changed the 
spawnInAppNotificationfunction to automatically consume messages from the user messages queue. 
Fixed
- Fixed url query string parameter encoding for get requests.
 
In-App Rendering
Fixed
- Fixed rendering of In-App notification to be on top of other views.
 
Support for iOS Universal Deeplinks
Added
- added the 
getAndTrackDeeplinkfunction to track links sent by Iterable and retrieves the destination deeplink url 
In-App Notifications
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
4.1.1 prepare for 4.1.1 pt2
Added in support for custom launchOptions
4.1.0
Added
- added in new overloaded function for 
initWithApiKeyto allow for custom launchOptions not passed fromapplication:didFinishLaunchingWithOptions