Skip to content

Releases: qonversion/react-native-sdk

2.8.0

18 Mar 08:50
Compare
Choose a tag to compare

What's new

Apple Search Ads

Qonversion SDK can now automatically collect Apple Search Ads attribution data. Just enable that using setAppleSearchAdsAttributionEnabled method:

Qonversion.setAppleSearchAdsAttributionEnabled(true);

Also

  • Updated SDK API documentation.
  • Method setUserId marked as deprecated. Use setProperty(Property.CUSTOM_USER_ID, 'yourSideUserId') instead.

3.1.1

24 Aug 12:59
0042970
Compare
Choose a tag to compare

What's new

Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

2.7.1

24 Aug 12:58
0042970
Compare
Choose a tag to compare

What's new

Fix StrictMode policy violation errors in the Google Play Console pre-launch report.

3.1.0

11 Aug 07:02
cdca6d0
Compare
Choose a tag to compare

What's new

Errors details

From now Qonversion SDK returns more details about the error received.
Check the details in the error object and in the documentation
Error details contain information on receipt validation error, project configuration issues, invalid or fraud purchases, wrong credentials, etc.

Minor improvements

  • Updated background mode logic

2.7.0

11 Aug 06:56
3b9b74a
Compare
Choose a tag to compare

What's new

Errors details

From now Qonversion SDK returns more details about the error received.
Check the details in the error object and in the documentation
Error details contain information on receipt validation error, project configuration issues, invalid or fraud purchases, wrong credentials, etc.

Minor improvements

  • Updated background mode logic

3.0.0

13 Jul 09:23
82ebc1a
Compare
Choose a tag to compare

What's new

Google Play Billing 4.0.0

From now Qonversion supports Google Play Billing Library 4.0.0.
If you are using Qonversion React Native SDK in Observer Mode, please check the Google Play Billing Library version in your in-app subscription implementation. For the library version 3.x.y, you have to use the major version of the SDK 2.x.y. In other cases use the latest SDK version (version 3.0.0 and above).

2.6.1

24 Jun 00:20
6c313dd
Compare
Choose a tag to compare

What's new

  • Minor improvements
  • Internal logic optimization

2.6.0

04 Jun 14:38
5daf09e
Compare
Choose a tag to compare

What's new

Identity

Call this function to link a user to his unique ID in your system and share purchase data.

Qonversion.identify("your_custom_user_id");

Call this function to unlink a user from his unique ID in your system and his purchase data.

Qonversion.logout();

Minor improvements

Internal logic optimization: updated requests and retries logic

2.5.0

12 May 20:15
e21697e
Compare
Choose a tag to compare

What's new

  • TypeScript support
  • Minor improvements

2.4.6

07 May 17:23
e547b24
Compare
Choose a tag to compare

What's new

  • Added SDK source tracking
  • Fixed requests retries issue
  • Minor improvements