3.2.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);
-
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();
-
A/B Testing
A/B testing makes it easy to run and analyze in-app subscription experiments to quickly find the best subscription price, duration, and other parameters that maximize your app's revenue in the long run.
It is an out-of-the-box solution that does not require any third-party service. You can roll out the winning version of the experiment to all users instantly without releasing a new app version.
See the details in our documentation to set up your first subscription pricing A/B experiment