Releases: qonversion/unity-sdk
Releases · qonversion/unity-sdk
2.1.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.1.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
2.0.0
What's new
- Updated
Launch()
function interface - Updated
AddAttributionData()
function interface SetDebugMode()
is separate function from nowSetUserID()
is separate function from now- Added
SyncPurchases
function that should be called for tracking after a successful purchase
Qonversion.SyncPurchases();