Added
-
Offline events processing - This feature saves a local copy of events
triggered in your app while the device is offline (up to 1000 events). When a
connection is re-established and your app is in the foreground, the events will be
sent to Iterable.This feature is off by default, and we're rolling it out on a customer-by-customer
basis. After you start using this version of the SDK, we'll send you a message
before we enable the feature on your account (unfortunately, we can't give you an
exact timeline for when this will happen). If you have any questions, talk to your
Iterable customer success manager.
Removed
- Removed
legacyGCMSenderId
fromIterableConfig
. - Removed deprecated functions
spawnInAppNotification
and redirectedgetInAppMessages
to be called fromIterableInAppManager
.
Changed
- Updated minimum version for
firebase-messaging
to 19.0.0. - Added dependency on Kotlin standard library.