Releases: qonversion/react-native-sdk
Release list
3.1.0
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
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
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
What's new
- Minor improvements
- Internal logic optimization
2.6.0
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
What's new
- TypeScript support
- Minor improvements
2.4.6
What's new
- Added SDK source tracking
- Fixed requests retries issue
- Minor improvements
2.4.5
2.4.4
What's new
iOS updates
- SKProduct issue fix
- Unfinished transactions fix
- Minor improvements
2.4.3
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 callQonversion.setAdvertisingID();