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

Hello, Firebase deprecated their legacy cloud messaging api, which will be discontinued on June 20, 2024. Their new api relies on OAuth2 access tokens (which can be created using a...

We're seeing dramatic spikes in crashes caused by `TransactionTooLargeException`s when attempting to save activity state while this SDK is displaying an in-app message. ``` Fatal Exception: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel...

## Description - **Release Notes** > Modified functionality for tracking Anonymous Session Tracking data. > Events are now tracked with the criteriaId if any criteria match, instead of updating the...

omni-cg

## Description - **Release Notes** > We have successfully implemented functionality for tracking Anonymous user update events. > We've modified the document for Anonymous user update tracking. - **Test Steps**...

omni-cg

## ✏️ Description > We have successfully implemented code coverage.

omni-cg

Preconditions: Having Iterable wrapper component A ``` class A { init { val config = IterableConfig.Builder().setAutoPushRegistration(false).build() IterableApi.initialize(app, apiKey, config) } fun setupUser(userId: String, token: String) { ... IterableApi.getInstance().userId = userId...

Add support to allow merge user profile when updating the user email. Add and update test coverage. ## 🔹 Jira Ticket(s) if any > None: add support for an endpoint...

We recently launch our first version with Iterable SDK on it (version 3.4.14), and we have seen a small number of crashes on the app initialization. The crash reports a...

## 🔹 Jira Ticket(s) if any * [MOB-6987](https://iterable.atlassian.net/browse/MOB-6987) ## ✏️ Description > JWT improvement [MOB-6987]: https://iterable.atlassian.net/browse/MOB-6987?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Looking for a way to get the channel ids that a user is subscribed to. I saw you can unsubscribe by sending the list up. Because the setting is a...