Newer Version Available
Let us know so we can improve!
Released March 2026
SimpleDateFormat initialization.Released August 2024
Released August 2023
removeFromCart and viewCart to ContextReleased June 2023
OS updates:
EvergageActivity needs to declare android:exported in the manifest
Official Google/Android nullability annotations have transitioned from the older com.android.support:support-annotations to the latest androidx.annotation:annotation. You may find that those annotation libraries declare using a specific Kotlin version, which may collide with other Kotlin versions declared by other dependencies in your app. One way to resolve this is to choose a Kotlin version to consistently use everywhere:
1// In your app's build.gradle :
2dependencies {
3 //...
4
5 // To consistently use Kotlin version 1.8.0 across transitive dependencies:
6 implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
7
8 //...Push notification updates:
usePushNotificationsDocumentation updates:
setFirebaseToken and Push Notifications Guide credentialsstartglobalContextReleased December 2018
ClientConfiguration provided on startviewCategory and viewTag, as was already done for viewItem and viewItemDetailReleased June 2017
reset, the SDK needs to once again automatically fetch the initial configuration from the serverReleased December 2016
Released November 2016
First GA public release
Newer Version Available