3.5.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
Method setUserId
marked as deprecated. Use setProperty(QUserProperty.customUserId, 'yourSideUserId')
instead.