Releases: Iterable/react-native-sdk
1.1.1
1.1.0
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.
Offline events processing 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.
To use this feature, you must follow the SDK upgrade instructions.
Updated
-
New properties on the
IterableCommerceItem
classThe
IterableCommerceItem
class (which you can pass to thetrackPurchase
method on theIterable
class) now includes additional properties (all optional):sku
(string) - The item's SKUdescription
(string) - A description of the itemurl
(string) - A URL associated with the itemimageUrl
(string) - A URL that points to an image of the itemcategories
(string) - Categories to associate with the item
Upgrade instructions for version 1.1.0
To use this version of Iterable's React Native SDK, you'll need to update your native Android application's Application
class:
-
Add this import:
import com.iterable.iterableapi.IterableApi;
-
At the end of the
onCreate
method, add this line of code:IterableApi.setContext(this);
1.0.28
1.0.27
1.1.0-beta2
- Fixed crash relating to setting the read state of in-apps on the RN/Android bridge (thanks @rayzeller!)
- Fixed Xcode 12 compatibility with Podspec (thanks @flochtililoch!)
- Updated Android and iOS SDK native versions to 3.3.0-beta3 and 6.3.0-beta3 respectively, which enables full support of persistent read state for in-apps
- Revised peer dependencies to simply just allow for any versions of react and react-native packages to be compatible
- Fixed JWT timeout handling on the RN/iOS bridge
1.0.26
- Fixed crash relating to setting the read state of in-apps on the RN/Android bridge (thanks @rayzeller!)
- Fixed Xcode 12 compatibility with Podspec (thanks @flochtililoch!)
- Updated Android and iOS SDK native versions to 3.2.12 and 6.2.26 respectively, which enables full support of persistent read state for in-apps
- Revised peer dependencies to simply just allow for any versions of react and react-native packages to be compatible
- Fixed JWT timeout handling on the RN/iOS bridge
1.0.25
1.1.0-beta1
Release new beta version.
1.0.23
Release version 1.0.23
1.0.22
Updated Android dependency to 3.2.10