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

## 🔹 Jira Ticket(s) if any https://iterable.atlassian.net/browse/MOB-2735 ## ✏️ Description 1. Add basic test to see if jwttoken is requested when email and userId is set 2. Replace isInitialized with...

Hello Guys, currently, i use this field IterableApi.getInstance().getPayloadData() to check. so, how reset this value? thanks.

1. Provide a method to stop JWT retries (regardless of retry policy) 2. Make it possible to specify a retry policy (on IterableConfig) ## 🔹 Jira Ticket(s) if any *...

omni-cg

1. Call onTokenRegistrationFailed in more circumstances and rename it 2. Provide an AuthFailure object to onTokenRegistrationFailed ## 🔹 Jira Ticket(s) if any * [MOB-XXXX](https://iterable.atlassian.net/browse/MOB-XXXX) ## ✏️ Description > Please provide...

omni-cg

1. Pending intent is now mutable when buttons are of type text input. ## 🔹 Jira Ticket(s) if any * [MOB-8330](https://iterable.atlassian.net/browse/MOB-8330) ## ✏️ Description > Please provide a brief description...

The function `IterableAuthManager.decodedExpiration()` doesn't check the length of an array before reading the second index, https://github.com/Iterable/iterable-android-sdk/blob/e8b65329c6b1882522e9bccb6df0b60e259492b2/iterableapi/src/main/java/com/iterable/iterableapi/IterableAuthManager.java#L131 so this happens: ``` ArrayIndexOutOfBoundsException: length=1; index=1 in IterableAuthManager.java:131 ``` and when that happens,...

if I try and use the Iterable manager before its registered, I get a UNDOCUMENTED RuntimeException java.lang.RuntimeException: IterableApi must be initialized before calling getInAppManager(). Make sure you call IterableApi#initialize() in...

## 🔹 Jira Ticket(s) if any * [MOB-7646](https://iterable.atlassian.net/browse/MOB-7646) ## ✏️ Description > This pull request updates get messages call and the manager logic for diff messages update from the BE....

if app is not running and i receive push notification with `Open URL` action with deeplink. whenever i click on notification my custom deeplink handler gets called inside `handleIterableURL()` function...

Our app handles links for two formats: - our own app scheme (i.e. "myapp://") - universal link (via Branch), via https scheme, (i.e. "https://myapp.app.link") When opening a regular app link...