Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.32.0 #43

Merged
merged 18 commits into from
Oct 20, 2022
Merged

Version 4.32.0 #43

merged 18 commits into from
Oct 20, 2022

Conversation

uerceg
Copy link
Contributor

@uerceg uerceg commented Oct 20, 2022

  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig2dx instance with boolean parameter true.
  • 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 of AdjustConfig2dx instance with boolean parameter true (Android only).
  • Added checkForNewAttStatus method to Adjust2dx API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime (iOS only).
  • Added updated trackAdRevenueNew method to Adjust2dx 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 added AdjustAdRevenue2dx.h and AdjustAdRevenue2dx.cpp files to your Android.mk or CMakeLists.txt files.
  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust2dx 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).
  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.

@uerceg uerceg merged commit 8189ea0 into master Oct 20, 2022
@uerceg uerceg deleted the v4320 branch October 20, 2022 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants