2.16.0
What's new
Geofence
When initialEnterTriggerEnabled
is true, Emarsys SDK will trigger all the affected geofences with Enter type triggers at the moment when the geofence is enabled if the device is already inside that geofence
What's fixed
In-App
- Fixed an issue, where the app crashed when
webView
was not available
Application Version
- Fixed an issue, where application version updates were not reported by the SDK
Known issues
NotificationEventHandler
- AppEventCommand actually used the
onEventActionEventHandler
, not thenotificationEventHandler
.
This is a problem, if you use differentonEventActionEventHandler
andnotificationEventHandler
, or not using anyonEventActionEventHandler
.
Important Notes
- Please keep in mind that after 2021.08.06 we will drop support of Android versions below Nougat (API level 24). For more details please visit https://github.com/emartech/android-emarsys-sdk/wiki/FAQ#when-do-we-increase-the-minimum-android-version-required-for-the-sdk
- Deprecated methods are going to be removed in our next major release (3.0.0)
- Emarsys SDK is going to force Java 8 from the next major release (3.0.0)
- Kotlin version will be upgraded from 1.4.32 -> 1.5.x in the next major release (3.0.0)