clevertap-android-sdk icon indicating copy to clipboard operation
clevertap-android-sdk copied to clipboard

CleverTap Android SDK

Results 54 clevertap-android-sdk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Clevertap SDK performs slow operations in main thread that is causing ANR: `com.clevertap.android.sdk.inapp.CTInAppBaseFullHtmlFragment.displayHTMLView` The peak occurrence of the ANR is correlated with In-app messaging campaign. **Screenshots/Logs** Screenshot...

moved to support

**Describe the bug** Clevertap SDK performs slow operations in main thread that is causing ANR: `com.clevertap.android.sdk.inapp.CTInAppWebView.` **To Reproduce** The peak occurrence of the ANR is correlated with In-app messaging campaign....

moved to support

**Describe the bug** Triggering InAppMessage campaign in the app causes a memory leak detected by Leak Canary on phone with Android 14 **To Reproduce** Steps to reproduce the behavior: 1....

**Describe the bug** We are getting ANR reports in Firebase Crashlytics and stack trace points to the below code snippet > com.clevertap.android.sdk.CleverTapAPI.getDebugLevel (CleverTapAPI.java) com.clevertap.android.sdk.Logger.getStaticDebugLevel (Logger.java:204) com.clevertap.android.sdk.Logger.i (Logger.java:40) com.clevertap.android.sdk.ActivityLifecycleCallback.register (ActivityLifecycleCallback.java:82) com.clevertap.android.sdk.ActivityLifecycleCallback.register...

https://wizrocket.atlassian.net/browse/SDK-3925

**Describe the bug** We see a spike in ANRs everytime we send a push notification to the user. Most of the time users device is in background state. **To Reproduce**...

- Changes support for timer template to Android O and above - Updates docs ## Summary by CodeRabbit - **Chores** - Updated the timer notification feature so it now requires...

ptv2.0.0

https://wizrocket.atlassian.net/browse/SDK-4341 ## Summary by CodeRabbit - **New Features** - Enhanced encryption capabilities with improved public key management and secure response handling. - **Refactor** - Streamlined cryptographic and network communication flows...

**Describe the bug** An `IllegalAccessException` occurred while initialising CleverTap with `applicationContext` (following documentation) **To Reproduce** ``` override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) CleverTapAPI.getDefaultInstance(applicationContext) } ``` **Screenshots/Logs** Tried to access visual...

StrictModeViolation

**Describe the bug** StrictMode policy violation occurred while displaying InApp notification **Screenshots/Logs** StrictMode policy violation; ~duration=12 ms: android.os.strictmode.DiskReadViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1679) at libcore.io.BlockGuardOs.access(BlockGuardOs.java:74) at libcore.io.ForwardingOs.access(ForwardingOs.java:128) at android.app.ActivityThread$AndroidOs.access(ActivityThread.java:8551) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:313) at java.io.File.exists(File.java:813)...

StrictModeViolation