Mobile advert (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Ashley I currently have an issue where as when I export the signed android aab file and upload it to the Google play it complains that the advertisement ID permission has not been set in the androidmanifest.xml file. Apparently this is required once the software targets android 33 and above. The current plugin targets android 34. This is the error message:

    Error

    Your advertising ID declaration in Play Console says that your app uses advertising ID. A manifest file in one of your active artifacts doesn't include the com.google.android.gms.permission.AD_ID permission.

    If you don't include this permission in your manifest file, your advertising identifier will be zeroed out. This may break your advertising and analytics use cases, and cause loss of revenue. Learn more

    Apps that target Android 13 (API 33) without the AD_ID permission will have their advertising identifier zeroed out. This may impact advertising

    How can we fix this?