Releases: qonversion/unity-sdk
3.4.3
What's new
- Fixed extra GameObject creation on every
getFinalInstance
call.
3.4.2
What's new
- Fixed issue with parsing SKProduct price from a string.
3.4.1
What's new
- Added missing meta files.
3.4.0
What's new
Offer codes redemption sheet
Function presentCodeRedemptionSheet
shows up a sheet for users to redeem AppStore offer codes
Qonversion.PresentCodeRedemptionSheet();
3.3.1
What's new
- Minor improvements
- Internal logic update
2.3.1
What's new
- Minor improvements
- Internal logic update
3.3.0
What's new
Automations
Qonversion Automation allows sending automated, personalized push notifications and in-app messages initiated by in-app purchase events. This feature is designed to increase your app's revenue and retention, provide cancellation insights, reduce subscriber churn, and improve your subscribers' user experience.
See more in the documentation.
Deferred or interrupted purchases support
You are now able to subscribe to deferred or interrupted purchases updates as follows:
Qonversion.UpdatedPurchasesOccurred += HandleUpdatedPurchases;
private void HandleUpdatedPurchases(Dictionary<string, Permission> permissions)
{
// handle updated permissions here
}
See more in the documentation.
App Store Promoted purchases support
Get notified about promo purchases or initialize purchase flow from your app.
For implementation instructions visit the documentation.
Also
- Updated SDK API documentation.
2.3.0
What's new
Apple Search Ads
Qonversion SDK can now automatically collect Apple Search Ads attribution data. Just enable that using SetAppleSearchAdsAttributionEnabled
method:
Qonversion.SetAppleSearchAdsAttributionEnabled(true);
Also
Updated SDK API documentation.
3.2.2
What's new
- Method
setUserId
marked as deprecated and will be removed in a future major release - iOS imports fix
2.2.2
What's new
- Method
setUserId
marked as deprecated and will be removed in a future major release - iOS imports fix