Skip to content

Releases: blueshift-labs/Blueshift-Cordova-Plugin

v0.2.0

17 Oct 08:47
Compare
Choose a tag to compare

What's new?

  • Android SDK version updated to 3.5.1
  • iOS SDK version updated to 2.5.1
  • Added support for storing the user info encrypted on the device.

0.1.0

10 Apr 10:23
484c1a9
Compare
Choose a tag to compare

What's new?

  • Updated the iOS SDK to v2.3.1. This is to fix the Xcode 14.3 SDK build issues.

0.0.3

22 Aug 07:36
fc6b343
Compare
Choose a tag to compare
  • Updated the SDK support to
    • Android v3.3.0
    • iOS 2.2.6
  • Added support for setting the Region using config. Set values US or EU based on the region.
  • Added support for setting the core data files location for iOS SDK using the config attribute com.blueshift.config.sdk_coredata_files_location. The available options are Documents and Library directories. The default location will be the Documents directory.
  • Added method resetDeviceid to reset the UUID or GUID type of device id.
  • Added support for Android 13 push permission, you can now call the method registerForRemoteNotification to invoke the push permission pop up for Android devices.
  • Added provision to send the Cordova plugin version as part of bsft_sdk_version string.
  • Removed deprecated config flags and methods for iOS SDK.
  • Check the Android and iOS release notes to know more about the new features supported by the SDK.