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

Similar to [this issue](https://github.com/Iterable/react-native-sdk/issues/71) in the react-native-sdk we want to be able to identify whether a push notification was clicked and which notification it was. Our campaigns are set up...

## Description of problem Android devices running Android 13 (API level 33) require that the user opts-in to receiving push notifications. For apps targeting API level 33, there are [sdk...

I have researched on it and checked the all possible solutions , as per this link
 https://github.com/Iterable/iterable-android-sdk/blob/master/CHANGELOG.md I have updated the sdk but still facing the same issue.

 after that...

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.iterable.iterableapi.IterableInAppMessage.isRead()' on a null object reference at com.iterable.iterableapi.IterableInAppManager.syncWithRemoteQueue(IterableInAppManager.java:330) at com.iterable.iterableapi.IterableInAppManager.access$000(IterableInAppManager.java:32) at com.iterable.iterableapi.IterableInAppManager$1.execute(IterableInAppManager.java:178) at com.iterable.iterableapi.IterableRequestTask.onPostExecute(IterableRequestTask.java:296) at com.iterable.iterableapi.IterableRequestTask.onPostExecute(IterableRequestTask.java:28) at android.os.AsyncTask.finish(AsyncTask.java:695) at android.os.AsyncTask.-wrap1() at...