You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.