Skip to content

Releases: qonversion/react-native-sdk

4.1.0

02 Feb 10:47
dd02d38
Compare
Choose a tag to compare

What's new

  • Added an option to customize screen presentation style.
  • Added an option to set proxy URL for Qonversion API.

4.0.2

17 Jan 20:07
668df96
Compare
Choose a tag to compare

What's new

  • Added handling of empty responses from the native iOS bridge. In particular, it fixes NSInvalidArgumentException which could occur during some problems with the API. (#208)

3.6.4

17 Jan 20:06
Compare
Choose a tag to compare

What's new

  • Added handling of empty responses from the native iOS bridge. In particular, it fixes NSInvalidArgumentException which could occur during some problems with the API. (#208)

4.0.1

09 Jan 10:30
04d33d9
Compare
Choose a tag to compare

What's new

  • Fixed rare runtime error after migrating from previous major SDK version on iOS.

4.0.0

14 Dec 08:25
6eb7416
Compare
Choose a tag to compare

New major release of Qonversion React Native SDK

For the list of changes and migration guide, please, visit the documentation.

4.0.0-RC1

12 Dec 15:46
Compare
Choose a tag to compare

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

16 Nov 11:05
191aabd
Compare
Choose a tag to compare

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

18 Oct 11:39
72e5a05
Compare
Choose a tag to compare

What's new

  • React 17 and 18 supported to fix peer dependency issues while adding our SDK.

3.6.1

06 Oct 06:45
d631b71
Compare
Choose a tag to compare

What's new

  • The library weight is reduced by 40% by removing unnecessary files from distribution.

3.6.0

29 Sep 14:06
d168f07
Compare
Choose a tag to compare

What's new

  • Added a source property to the Permission object - use it to know where this permission is originally from - App Store, Play Store, Stripe, etc.
  • Added a method getNotificationCustomPayload to get the extra data you've added to automation notifications.
  • Added a method presentCodeRedemptionSheet to show up a sheet for users to redeem AppStore offer codes (iOS 14+ only).
  • Purchase tracking error handling improved to guarantee delivery.