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

Iterable's Android SDK. Receive and track pushes to Iterable from your Android app.

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

Started seeing these crashes after upgrading to iterable SDK to the 3.4.10. Both are thrown when initialising the IterableAPI component. it affects about 0.03% of users that updated to the...

Looks like the Iterable SDK is reading/writing to disk from the current thread instead of delegating to an IO thread. Note this is just one example - would recommend doing...

## 🔹 Jira Ticket(s) if any * [MOB-4998](https://iterable.atlassian.net/browse/MOB-4998) ## ✏️ Description > **Improvements in ConnectivityManager for offline mode.** ----- 1. Default value to isConnected is set to true. 2. Extra...

## 🔹 Jira Ticket(s) if any * [MOB-5045](https://iterable.atlassian.net/browse/MOB-5045) ## ✏️ Description * fixes branch test errors

Hi, I want to know if there's any way we can customise the header/ action bar of android? For example I need the inbox header to be centre aligned and...

## 🔹 Jira Ticket(s) if any * [MOB-4986](https://iterable.atlassian.net/browse/MOB-4986) ## ✏️ Description > onPreDraw() may keep getting called even after the inapp is being displayed and loaded completely. In some instance,...

We have set up push notifications with Custom Action (for the Open action). We've implemented the necessary methods and followed the steps from the documentation for iOS and Android. For...

SDK Version: `3.4.8` Here's the stacktrace from our Firebase: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference at android.view.animation.AnimationUtils.loadAnimation(AnimationUtils.java:141) at com.iterable.iterableapi.IterableInAppFragmentHTMLNotification.hideWebView(IterableInAppFragmentHTMLNotification.java:381) at...

I had a working app for more than 3 years, last week I updated the SDKs to the following: - Iterable SDK -> 3.4.0 - Firebase-messaging SDK -> 20.3.0 now...

Hello, We have been developing a new mobile app using jetpack compose. I implemented the iterable SDK. However, when showing the in-app message, the popup is flicking.