Releases: blueshift-labs/Blueshift-Cordova-Plugin
Releases · blueshift-labs/Blueshift-Cordova-Plugin
v0.2.0
0.1.0
0.0.3
- Updated the SDK support to
- Android v3.3.0
- iOS 2.2.6
- Added support for setting the Region using config. Set values
US
orEU
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 areDocuments
andLibrary
directories. The default location will be theDocuments
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.