Releases: deltaDNA/android-sdk
Releases · deltaDNA/android-sdk
5.0.2
5.0.1
Fixed
- When switching environments between Dev and Live, cached data in the SDK will be cleaned so that events are not sent to the wrong environment during testing
- Notifications will launch and open correctly on the latest version of Android
5.0.0
New
- Breaking Change: Provided APIs for checking if PIPL consent is required, and for registering a user's PIPL consent if so.
Note it is now a requirement to call the API to check for consent, and register any consents if necessary, before collect and engage
responses will be successfully sent to the deltaDNA service.
4.13.6
Fixed
- Fixed an issue where multiple notifications could lead to the wrong campaign being triggered when the notification was tapped
4.13.5
Fixed
- Fixed a regression on visibility of game parameters in an image message
4.13.4
4.13.3
Fixed
- Fixed a bug that caused the notificationOpened callback not to be called in some circumstances
4.13.2
Fixed
- Fixed a crash that could happen on devices with certain locales
4.13.1
Fixed
- Time consuming calls on engage response errors no longer block the UI thread
4.13.0
Added
- A EventActionEvaluateCompleteHandler that allow developer to execute a command after the EventAction is evaluated.