Skip to content

Releases: qonversion/react-native-sdk

8.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:40
cfff240

What's new

  • iOS error codes improved

8.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 17:03
182bbbb

What's new

Purchase options

  • Added option to set context keys, quantity and other options for purchases. Context keys will allow you to associate the purchase with remote configuration if the product info was loaded from there.
  • Deprecated old purchase functions. Use new one instead.

8.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 11:38
c84ecef

What's new

  • Fixed bug with checkEntitlements calls on Android when the callback might not have been called after subscription state changes during the app session.

7.5.2

Choose a tag to compare

@SpertsyanKM SpertsyanKM released this 29 Jul 11:23

What's new

  • Fixed bug with checkEntitlements calls on Android when the callback might not have been called after subscription state changes during the app session.

7.5.1

Choose a tag to compare

@SpertsyanKM SpertsyanKM released this 15 Jul 13:25

What's new

  • Fixed offline mode issue on Android

8.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:08
969b887

New major release of Qonversion React Native SDK with the new Google Play Billing Library 7 support!

  • installment plans supported for subscriptions
  • fallback files support added for improved reliability
  • several error code values updated

For the migration steps and the complete list of changes see the following guide.

7.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:17
e65b0e1

What's new

  • Internal logic update

7.4.0

Choose a tag to compare

@github-actions github-actions released this 07 May 12:08
2be6910

What's new

  • Added returning promise to the identify method. You may see warnings for ignoring the returned promise after updating to this version until you update the usage to asynchronous. If you don't need to know the identification result, simply ignore it.

7.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 12:29
30366a8

What's new

  • Fixed privacy manifest file

7.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 14:19
3c8b650

What's new

  • Added functions to request remote config list - either all or for a specific set of context keys.