3.9.0
3.9.0
Breaking
- Updated the Android plugin to use Braze Android SDK 23.1.0.
- Added the ability to request push notification permissions on Android 13+ devices via
Appboy.AppboyBinding.PromptUserForPushPermissions(false)
.- Either
true
orfalse
result in the push prompt being shown, on Android. The parameter is unused.
- Either
Fixed
- Fixed an issue where
AppboyBinding.logPurchase()
calls could fail on Android based on the device locale.