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 * [MOB-2101](https://iterable.atlassian.net/browse/MOB-2101) ## ✏️ Description 1. Repaired some of the ignored test 2. Other tests are yet pending modifications. Once this change is confirmed...

Hi! We might be missing something, so hope you could help us sort that out. We're wondering how using the SDK we could manage user subscriptions? Such functionality must be...

if i set app target level to 31. iterable sdk crashed the app when showing notification on android 12 devices. here logs: Fatal Exception: java.lang.IllegalArgumentException com.popcornvan.app: Targeting S+ (version 31...

### Reproduce 1. Using Iterable Android SDK version 3.4.3 or abover and iterable/react-native-sdk version 1.1.3 2. Terminate App 3. Receives notification 4. Clicks notification 5. App launches and IterableTrampolineActivity successfully...

Hi, We've had the Iterable SDK for a few months implemented into our app, without any issues, but since a couple of weeks ago (3.3.6 - 3.3.8 but we're not...

## 🔹 Jira Ticket(s) if any * None ## ✏️ Description Disables logging in production. Per official [Android's documentation](https://developer.android.com/studio/publish/preparing#turn-off-logging-and-debugging) all logging should be disabled in production. Additionally, current logger is...

## 🔹 Jira Ticket(s) if any Hack Week - Avoid showing duplicate push messages ## ✏️ Description 1. Comma seperated message Ids stored in shared preference 2. Arraylist implementation where...

Caused by java.lang.NullPointerException Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()' on a null object reference com.iterable.iterableapi.IterableActivityMonitor$2.onActivityResumed (IterableActivityMonitor.java:62)

We recently released an update to our app with some code to validate that an in-app message has been created after a cutoff date, before showing it to the user....

## 🔹 Jira Ticket(s) if any * [MOB-2662](https://iterable.atlassian.net/browse/MOB-2662) ## ✏️ Description > Please provide a brief description of what this pull request does. Validating context existence before trying to execute...