- Fixes DotNet iOS build issue on different simulators.
- Supports CleverTap iOS SDK v7.0.3
- Fixes an issue for android where type or namespace
Clevertap
doesn't exist in the namespacecom
- Adds privacy manifest file for iOS.
- Supports CleverTap iOS SDK v6.2.1
- Adds support for .NET binding library for .NET and MAUI applications.
- Supports CleverTap Android SDK v6.1.1
- Supports CleverTap iOS SDK v4.1.6
- Adds support for Android 14
- Supports CleverTap Android SDK v6.1.1
- For developers with BACKGROUND_SYNC enabled in their previous app version and now upgrading to clevertap-android-sdk v6.1.0+, please add this to your
AndroidManifest.xml
to avoidClassNotFoundException
related crashes
<service
android:name="com.clevertap.android.sdk.pushnotification.amp.CTBackgroundJobService"
android:exported="false"
android:enabled="false"
tools:ignore="MissingClass"/>
- Adds support for Android 13
- Supports CleverTap Android SDK v5.2.1
- Adds support for Android 12
- Supports CleverTap Android SDK v4.6.6
- Supports CleverTap iOS SDK v4.1.6
- Fixes App Inbox Public APIs for CleverTap iOS Bindings
- Supports CleverTap iOS SDK v3.9.1
- Supports CleverTap Android SDK v4.0.0
- Adds support for Custom Inbox, InApp and Inbox Click callbacks
- Adds support for Native Display & Dynamic Variables
- Adds support for Product Config and Feature Flags
- Initial Release.
- Supports CleverTap Android SDK v3.6.2
- Supports CleverTap iOS SDK v3.7.2