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 75 iterable-android-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Our users are experiencing ANR errors when Iterable is being initialized according to BugSnag reports: ``` ANR: executing service com.shiftkey.provider/com.shiftkey.invoicing.service.GeofencingLocationService libc.so +0x5c072 syscall libart.so +0x2395ab art::ConditionVariable::TimedWait(art::Thread*, long long, int) libart.so...

## 🔹 Jira Ticket(s) if any * [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX) ## ✏️ Description > This pull request merges anonymous user tracking (AUT) code into main branch.

## 🔹 Jira Ticket(s) if any * [MOB-9090](https://iterable.atlassian.net/browse/MOB-9090) ## ✏️ Description > Adds setUserId call for anonymous id and isAnon flag to prevent stored anonymous user id from being cleared...

## 🔹 Jira Ticket(s) if any * [MOB-8223](https://iterable.atlassian.net/browse/MOB-8223) ## ✏️ Description > Please provide a brief description of what this pull request does. [MOB-8223]: https://iterable.atlassian.net/browse/MOB-8223?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

I have noticed that on 3.5.2 SDK version if app sets valid JWT token during initialisation. SDK use that JWT token but after that next time when token expires or...

I am passing in the interface object, BUT there are SO MANY scenarios where you never call any of those methods back. WHY WHY WHY are you asking the API...