英文:
Got error about 'AD_SERVICES_CONFIG' when uploading App bundle to google play console
问题
你的应用程序不允许在清单文件中指定 'AD_SERVICES_CONFIG' 属性。我尝试在清单文件中添加权限,但仍然收到相同的错误。可以参考以下链接:https://developer.android.com/design-for-safety/privacy-sandbox/setup-api-access
英文:
the detailed error message is below, any ideas, many thanks.
Your app is not allowed to specify 'AD_SERVICES_CONFIG' property in the manifest.
I tried to add permissions to the manifest, but still got the same error.
https://developer.android.com/design-for-safety/privacy-sandbox/setup-api-access
答案1
得分: 4
如果你正在使用Unity - 看起来是4.7.0版本中的一个bug,请使用更高版本。
实施部分:'com.unity3d.ads:unity-ads:4.7.1'
英文:
If you are using unity - Appears to be a bug in 4.7.0, use the next version up.
implementation 'com.unity3d.ads:unity-ads:4.7.1'
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论