Version 4.32.0
Added
- Added ability to mark your app as COPPA compliant. You can enable this setting by calling
setCoppaCompliantEnabled
method ofAdjustConfig2dx
instance 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
setPlayStoreKidsAppEnabled
method ofAdjustConfig2dx
instance with boolean parametertrue
(Android only). - Added
checkForNewAttStatus
method toAdjust2dx
API to allow iOS apps to instruct to SDK to check ifatt_status
might have changed in the meantime (iOS only). - Added updated
trackAdRevenueNew
method toAdjust2dx
API 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.h
andAdjustAdRevenue2dx.cpp
files to yourAndroid.mk
orCMakeLists.txt
files. - Added partner sharing settings to the third party sharing feature.
- Added
getLastDeeplink
getter toAdjust2dx
API to be able to get last tracked deep link by the SDK (iOS only). - Added support for
LinkMe
feature (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_ID
in the Android app's manifest by default.
Native versions:
[email protected]
[email protected]
Pull Request #43