Skip to content

Releases: qonversion/react-native-sdk

4.4.2

06 Jun 13:43
5529314
Compare
Choose a tag to compare

What's new

  • Added native SDK crash tracking.

4.4.1

19 May 15:24
9523b45
Compare
Choose a tag to compare

What's new

  • Parallel requests and race conditions fixed for entitlements state changing calls

4.4.0

02 May 08:38
57f0341
Compare
Choose a tag to compare

What's new

  • Added function to sync transactions for StoreKit 2. The function should be used only in rare cases to avoid StoreKit 2 bugs. Contact us before using that function.

4.3.0

17 Mar 08:42
5272815
Compare
Choose a tag to compare

What's new

  • Added function to sync the user's historical data.

4.2.0

12 Mar 17:32
f0cb2ea
Compare
Choose a tag to compare

What's new

  • Added function to enable Qonversion SDK Kids mode via the builder. With this mode activated, our SDK does not collect any information that violates Google Children’s Privacy Policy.
import Qonversion, {
  QonversionConfigBuilder,
  LaunchMode,
} from 'react-native-qonversion';

const config = new QonversionConfigBuilder(
  'projectKey',
  LaunchMode.SUBSCRIPTION_MANAGEMENT
)
 .enableKidsMode()
 .build();
Qonversion.initialize(config);

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.