Skip to content

Releases: qonversion/react-native-sdk

3.1.0

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 11 Aug 07:02
cdca6d0

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

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 11 Aug 06:56
3b9b74a

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

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 13 Jul 09:23
82ebc1a

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

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 24 Jun 00:20
6c313dd

What's new

  • Minor improvements
  • Internal logic optimization

2.6.0

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 04 Jun 14:38
5daf09e

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

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 12 May 20:15
e21697e

What's new

  • TypeScript support
  • Minor improvements

2.4.6

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 07 May 17:23
e547b24

What's new

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

2.4.5

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 04 May 20:07
4d8c982

What's new

  • Fixed wrong dates on iOS

2.4.4

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 22 Apr 10:39
517fc77

What's new

iOS updates

  • SKProduct issue fix
  • Unfinished transactions fix
  • Minor improvements

2.4.3

Choose a tag to compare

@suriksarkisyan suriksarkisyan released this 12 Apr 10:53
1e32b2d

What's new

  • IDFA for iOS
    On iOS 14.5+, after requesting the app tracking permission using ATT, you need to notify Qonversion if tracking is allowed and IDFA is available.
    Just call Qonversion.setAdvertisingID();