Releases: qonversion/flutter-sdk
Releases · qonversion/flutter-sdk
2.1.0
2.0.1
2.0.0
We have rethought our approach to working with subscriptions and prepared our largest update that includes Product Center – our major feature for working with any type in-app purchases.
2.0.0
What's new
Product Center
- Application calls the purchase method to initialize Qonversion SDK.
- Qonversion SDK communicates with StoreKit or Google Billing Client to make a purchase.
- If a purchase is successful, the SDK sends a request to Qonversion API for server-to-server validation of purchase. Qonversion server unlocks permissions associated with the product.
- SDK returns control to the application with a processing state
1.1.2
1.1.1
Release 1.0.0
- API update: new
launchmethod with just one API key argument for both platforms. Contact us at [email protected] to merge your old API keys into one, we can do it now. - API update: Remove old
launchmethod; remove all oldlaunch...methods. - Add
trackPurchasemethod to track Android purchases manually. - Add
addAttributionDatamethod implementation for Android.
Release 0.3.0
- API update: new
launchmethod, deprecate all oldlaunch...methods - Fix Android init
- Update iOS Qonversion SDK version
