Skip to content

Latest commit

 

History

History
executable file
·
64 lines (43 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

executable file
·
64 lines (43 loc) · 2.67 KB

CHANGE LOG

Version 1.1.0 iOS DotNet (December 17, 2024)

Version 2.0.0 DotNet (December 13, 2024)

  • Fixes an issue for android where type or namespace Clevertap doesn't exist in the namespace com

Version 1.0.1 DotNet (May 14, 2024)

Version 1.0.0 DotNet (March 29, 2024)

Version 4.0.0 (March 29, 2024)

  • 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 avoid ClassNotFoundException related crashes
<service 
    android:name="com.clevertap.android.sdk.pushnotification.amp.CTBackgroundJobService"
    android:exported="false"
    android:enabled="false"
    tools:ignore="MissingClass"/>

Version 3.0.0 (November 29, 2023)

Version 2.0.0 (March 14, 2023)

Version 1.1.1 (November 9, 2021)

  • Fixes App Inbox Public APIs for CleverTap iOS Bindings

Version 1.1.0 (October 31, 2020)

Version 1.0.0 (February 14, 2020)

  • Initial Release.
  • Supports CleverTap Android SDK v3.6.2
  • Supports CleverTap iOS SDK v3.7.2