Releases: qonversion/react-native-sdk
Releases · qonversion/react-native-sdk
Release list
4.0.1
What's new
- Fixed rare runtime error after migrating from previous major SDK version on iOS.
4.0.0
New major release of Qonversion React Native SDK
For the list of changes and migration guide, please, visit the documentation.
4.0.0-RC1
First candidate for the new major SDK release
It contains a lot of changes, which are described in our migration guide.
Please, note that future releases may be backward incompatible with release candidates.
3.6.3
What's new
- Fixed an issue causing automation event losses on Android.
- Fixed a rare issue with the permissions cache on Android.
3.6.2
What's new
- React 17 and 18 supported to fix peer dependency issues while adding our SDK.
3.6.1
What's new
- The library weight is reduced by 40% by removing unnecessary files from distribution.
3.6.0
What's new
- Added a
sourceproperty to thePermissionobject - use it to know where this permission is originally from - App Store, Play Store, Stripe, etc. - Added a method
getNotificationCustomPayloadto get the extra data you've added to automation notifications. - Added a method
presentCodeRedemptionSheetto show up a sheet for users to redeem AppStore offer codes (iOS 14+ only). - Purchase tracking error handling improved to guarantee delivery.
3.5.1
What's new
- Added a new user property
AppSetId- a unique user identifier for all the developer's applications on Android. May be used for some integrations.
3.5.0
What's new
- Big refactoring of the native modules made to simplify further upgrades and make it easy to keep the SDK functionality up-to-date.
3.4.0
What's new
- Added support of network connection lack or unexpected backend errors. Now Qonversion SDK will handle user permissions correctly even if it can't reach out to the API and will actualize them with the next successful request. Also, products and offerings become permanently available after the first successful launch - nothing will interfere user from the purchase.
- Added method
setPermissionsCacheLifetimeto configure the lifetime of permissions cache. It is used if we faced any error trying to get permissions from our API. Defaults to one month. - Added a new defined property
FIREBASE_APP_INSTANCE_IDfor Firebase integration. - (Android only) Fixed a bug with introductory price tracking causing wrong data in the analytics dashboard for some purchases.