Skip to content

Releases: blueshift-labs/Blueshift-iOS-SDK

2.0.10

27 Apr 11:43
Compare
Choose a tag to compare
  • Change the app_name to bundle identifier
  • Fixed the silent push notification issue

2.0.9

15 Apr 14:27
Compare
Choose a tag to compare
  • Fixed the styling issue of image-icon in slide-in banner.
  • Code Cleanup

2.0.8

13 Apr 14:01
Compare
Choose a tag to compare
  • Universal link support added(for further information: [email protected] ).
  • Add image-icon support in the slide-in banner.

2.0.7

31 Mar 16:49
Compare
Choose a tag to compare
  • Minor bug fixes

2.0.6

09 Jan 10:38
Compare
Choose a tag to compare
  • Optimize the deep-Linking in carousel push notification
  • Code Sanitization

2.0.5

23 Dec 06:54
Compare
Choose a tag to compare

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

02 Dec 08:26
Compare
Choose a tag to compare
  • 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

28 Nov 07:19
Compare
Choose a tag to compare
  • Change the class name with blueshift namespace
  • 'File not found' issue fixed

2.0.2

22 Nov 07:24
Compare
Choose a tag to compare
  • Resolved the 'deprecated' warnings using #pragma
  • InApp: Content padding support is added.
  • InApp: Action button callback functionality added.

2.0.1

30 Oct 10:49
Compare
Choose a tag to compare
  • 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