Releases: CleverTap/clevertap-android-sdk
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.
CleverTap 2.0.5
Added updateLocation API: if your application is collecting location you can pass it to CleverTap for, among other things, more fine-grained geo-targeting and segmentation purposes.
Added support for Segment webhook/server-side integration.
CleverTap 2.0.4
Fixed inapp activity exclude feature
CleverTap 2.0.3
Added SyncListener to notify application code of User Profile synchronization updates.
Added ability to push custom error events: clevertap.event.pushError(String, int)
Removed clevertap.profile.pushGraphUser(com.facebook...)
Requires update to Android Support Library, revision 23.1.1
CleverTap 2.0.1
- We’re now CleverTap! All the existing APIs have been changed from WizRocket to CleverTap.