Releases: CleverTap/clevertap-android-sdk
CleverTap 3.1.0
Various performance enhancements.
CleverTap 3.0.0
adds FCM support
updates GCM handling, please note the AndroidManifest.xml requirements have changed if using GCM, please refer to the documentation.
CleverTap 2.2.0
Adds onUserLogin API to support multiple distinct user profiles per device.
Adds getLocation API.
CleverTap 2.1.3
Sending non primitive values for profile/event properties doesn’t abort the entire push (just skips that particular property).
CleverTap 2.1.2
updates to support google play privacy constraints
CleverTap 2.1.1
fixes inapp notification blacklist bug
CleverTap 2.1.0
Adds ability to receive InApp Notification button click callbacks with custom key:value pairs.
Adds support for dashboard analytics on specific InApp Notification button clicks.
CleverTap 2.0.11
Multi-value profile property handling improvements
CleverTap 2.0.10
Adds support for Segment bundled integration.
Removes support for Segment webhook integration.
Improved Uninstall tracking support.
CleverTap 2.0.9
Adds support for migrating from Parse.com push notifications.
Adds support for multi-value (JSONArray) user profile properties.
Adds support for In-App Notification display frequency capping.
Note: To support multi-value user profile properties, CleverTap.profile.getProperty(key) now returns an Object, rather than a String.