Version 4.32.0
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling
setCoppaCompliantEnabledmethod ofAdjustConfig2dxinstance with boolean parametertrue. - Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling
setPlayStoreKidsAppEnabledmethod ofAdjustConfig2dxinstance with boolean parametertrue(Android only). - Added
checkForNewAttStatusmethod toAdjust2dxAPI to allow iOS apps to instruct to SDK to check ifatt_statusmight have changed in the meantime (iOS only). - Added updated
trackAdRevenueNewmethod toAdjust2dxAPI to allow unified way of tracking ad revenue with currently supported partners (AppLovin MAX, AdMob, IronSource, AdMost, Unity, Helium Chartboost). Make sure to include newly addedAdjustAdRevenue2dx.handAdjustAdRevenue2dx.cppfiles to yourAndroid.mkorCMakeLists.txtfiles. - Added partner sharing settings to the third party sharing feature.
- Added
getLastDeeplinkgetter toAdjust2dxAPI to be able to get last tracked deep link by the SDK (iOS only). - Added support for
LinkMefeature (iOS only). - Added support to get Facebook install referrer information in attribution callback (Android only).
Changed
- Switched to adding permission
com.google.android.gms.permission.AD_IDin the Android app's manifest by default.
Native versions:
iOS@v4.32.1
Android@v4.33.0
Pull Request #43