Releases: blueshift-labs/Blueshift-iOS-SDK
Releases · blueshift-labs/Blueshift-iOS-SDK
2.0.10
- Change the app_name to bundle identifier
- Fixed the silent push notification issue
2.0.9
- Fixed the styling issue of image-icon in slide-in banner.
- Code Cleanup
2.0.8
- Universal link support added(for further information: [email protected] ).
- Add image-icon support in the slide-in banner.
2.0.7
- Minor bug fixes
2.0.6
- Optimize the deep-Linking in carousel push notification
- Code Sanitization
2.0.5
Incremental Updates
- Sorting the In-App message based on the timestamp
- Deep-Linking criteria changed: If the deep-link URL present in the push or In-app Message payload, the Blueshift SDK will trigger the application:openURL:options:
Note: The old SDK users should do the following step to avoid the duplicate deep-link triggers. Remove the usage of deep-link from push notification click callback.
2.0.4
- Added support for new building system for archiving the app
- Improved in-app callback methods by adding more details
- Added success and failure callbacks for in-app API call method (manual trigger)
2.0.3
- Change the class name with blueshift namespace
- 'File not found' issue fixed
2.0.2
- Resolved the 'deprecated' warnings using #pragma
- InApp: Content padding support is added.
- InApp: Action button callback functionality added.
2.0.1
- Resolved the 'deprecated' warnings using the iOS version check.
- InApp: Manual trigger is added.
- InApp: Change the height of in-app message view
- InApp: Code Cleanup