- Added native support for WebGL, Mac and Windows platform
- Updated to CleverTap Android SDK v6.2.1
- Updated to CleverTap iOS SDK v6.2.1
- Added privacy manifests support for iOS.
- Supports Android 14, made it compliant with Android 14 requirements. Details here
- Upgrades AGP to 8.2.2 for building the SDK and adds related consumer proguard rules
- Deprecates Xiaomi public methods as we are sunsetting SDK. Details here.
- Updated to CleverTap Android SDK v6.0.0
- Updated to CleverTap iOS SDK v6.0.0
- Support
DateTime
objects forProfilePush
,OnUserLogin
,RecordEvent
andRecordChargedEventWithDetailsAndItems
- Support for Product Experiences - Remote Config/Variables
- Unity Package Manager support
- CleverTap structure and interface changes:
- Use the static
CleverTap.cs
methods. CleverTapBinding.cs
andCleveTapUnity.cs
are now obsolete. They are still usable with minor changes but will be removed in the future.- Improved mechanism to handle callbacks - add an event listener for a callback directly through the
CleverTap
static events. No need to set all callbacks in theCleverTapUnity.cs
anymore. - iOS Settings are configured from Assets -> CleverTap Settings
- Use the static
- CleverTap SDK uses EDM4U for dependency management
- Profile APIs support for multiple data types
- Adds
OnUserLogin(Dictionary<string, object> properties)
andProfilePush(Dictionary<string, object> properties)
- Adds
- Updated to CleverTap Android SDK v5.1.0
- Fixes push notification clicked event handling for Android 12+
- Adds below new public APIs to support CleverTap Android SDK v5.0.0
CleverTapBinding.IsPushPermissionGranted()
,CleverTapBinding.PromptPushPrimer(object)
,CleverTapBinding.PromptForPushPermission(boolean)
- Adds push permission callback method
CleverTapOnPushPermissionResponseCallback
which returns true/false after user allows/denies the notification permission. - Adds
CleverTapInAppNotificationShowCallback
to handle InApp notification shown - Only for Android. - Adds
DeleteInboxMessagesForIDs
for deleting multiple app inbox messages by passing a collection of messageIDs. - Adds
DeleteInboxMessageForID
for deleting single app inbox messages by passing a messageID. - Adds
MarkReadInboxMessagesForIDs
for marking multiple app inbox messages as read messages by passing a collection of messageIDs. - Adds
MarkReadInboxMessageForID
for marking an app inbox messages as read message by passing a messageID.
- Updated to CleverTap Android SDK v4.6.9
- Updated to CleverTap iOS SDK v4.2.2
- Fixes
CreateNotificationChannelWithSound
,CreateNotificationChannelWithGroup
,CreateNotificationChannelWithGroupAndSound
- Only for Android - Updates the callback
CleverTapInboxItemClicked
to receive inbox item click with item payload.TheContentPageIndex
corresponds the index of the item clicked in the list whereas theButtonIndex
for the App Inbox button clicked (0, 1, or 2). A value of -1 indicates the App Inbox item is clicked. - Adds
DismissAppInbox
to dismiss the App Inbox.
- Updated to CleverTap Android SDK v4.6.7
- Updated to CleverTap iOS SDK v4.1.6
- Support for Exoplayer v2.17.1 - Only for Android.
- Adds new callback
CleverTapInboxItemClicked
to receive inbox item click. - Adds a public method
deleteInboxMessagesForIds()
for deleting multiple App Inbox messages by passing a collection of messageIDs. Please note that this is only for iOS, and NO-OP for Android as of now.
- Add public APIs for Increment/Decrement ops and InApp Controls
- Deprecates
profileGetCleverTapID()
andprofileGetCleverTapAttributionIdentifier()
. - Adds a new public method
getCleverTapID()
as an alternative to above-deprecated methods. - Updated to CleverTap Android SDK v4.4.0
- Updated to CleverTap iOS SDK v4.0.0
- Updated to CleverTap iOS SDK v3.9.4
- Updated to CleverTap Android SDK v4.1.1
- Removed Product Experiences (Dynamic Variables) related code
- Removed pushGooglePlusPerson and profileSetGraphUser API
- Update iOS CleverTapPostBuildProcessor.cs to fix Project Target issue on UNITY_2019_3_OR_NEWER
- Updated to CleverTap Android SDK v4.0.2
- Supports CleverTap iOS SDK v3.9.1
- Supports Major release of CleverTap Android SDK v4.0.0, which will break your existing integration. Please go through Migration guide for smooth integration.
- Updated to CleverTap Android SDK v3.8.0
- Updated to CleverTap iOS SDK v3.8.0
- Updated to CleverTap Android SDK v3.8.0
- Updated to CleverTap iOS SDK v3.8.0
- Supports Android X
- Updated to CleverTap Android SDK v3.6.4
- Updated to CleverTap Android SDK v3.6.3
- Bug fixes
- Bug fixes and performance improvement
- Exposed method to pass custom install referrer parameters in Android
- Update Play Services Resolver to support Androidx dependencies
- Update to CleverTap Android SDK v3.6.0
- Update to CleverTap iOS SDK v3.7.0
- Update to CleverTap Android SDK v3.5.1
- Update to CleverTap iOS SDK v3.5.0
- Update Play Services Resolver to support FCM in Android
- Update to CleverTap Android SDK v3.4.2
- Update to CleverTap iOS SDK v3.4.1
- Update to CleverTap Android SDK v3.3.2
- Update to CleverTap Android SDK v3.3.1
- Update to CleverTap iOS SDK v3.3.0
- Update to CleverTap iOS SDK v 3.2.2
- Update to CleverTap Android SDK v 3.2.0
- Update to CleverTap iOS SDK v 3.2.0
- Update to CleverTap Android SDK v 3.1.10
- Update to CleverTap Android SDK v 3.1.9
- Update to CleverTap iOS SDK v 3.1.7
- Update to CleverTap Android SDK v 3.1.8
- Update to CleverTap iOS SDK v 3.1.6
- Update to CleverTapAndroidSDK v 3.1.7
(Supports CleverTap 3.1.5/3.1.6)
expose iOS pushInstallReferrerSource api to unity
add unitypackage remove library aars in favor of PlayServicesResolver
(Supports CleverTap 3.1.4)
(Supports CleverTap 3.1.2)
adds setApplicationIconBadgeNumber api
(Supports CleverTap 3.1.2)
(Supports CleverTap 3.1.0)