当前位置: 首页 > 知识库问答 >
问题:

我的应用程序或它的依赖程序是否违反了Android广告Id政策?

金泉
2023-03-14

我刚刚从Google Play收到这条消息,但我没有收集广告ID。

警告理由:违反Android广告ID使用策略和《开发者分发协议》第4.8节

Google Play要求开发者在应用程序请求或处理敏感的用户或设备信息时提供有效的隐私策略。我们已经确认您的应用程序收集并传输了Android广告ID,这需要遵守隐私政策要求。

我的依赖者有没有可能使用它?下面是依赖项的列表:

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.anko:anko-common:$anko_version"

implementation ("com.android.support:appcompat-v7:$android_support_version") {
    exclude group: 'com.android.support', module: 'animated-vector-drawable'
    exclude group: 'com.android.support', module: 'design'
}
implementation ("com.android.support:design:$android_support_version") {
    exclude group: 'com.android.support', module: 'animated-vector-drawable'
}
implementation ("com.android.support:cardview-v7:$android_support_version") {
    exclude group: 'com.android.support', module: 'animated-vector-drawable'
    exclude group: 'com.android.support', module: 'design'
}
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.2'
implementation 'com.github.apl-devs:appintro:v4.2.3'
implementation('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
    transitive = true
}
implementation 'com.firebase:firebase-jobdispatcher:0.7.0'
implementation ("com.google.firebase:firebase-firestore:$firestore_version") {
    exclude group: 'com.google.firebase', module: 'firebase-auth'
}
implementation ("com.google.firebase:firebase-auth:$firebase_version") {
    exclude group: 'com.google.firebase', module: 'firebase-firestore'
}
implementation ("com.google.firebase:firebase-storage:$firebase_version") {
    exclude group: 'com.google.firebase', module: 'firebase-firestore'
}
implementation ('com.google.android.gms:play-services-auth:16.0.0') {
    exclude group: 'com.google.firebase', module: 'firebase-firestore'
}
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:multidex:1.0.3'
implementation ("com.android.support:exifinterface:$android_support_version") {
    exclude group: 'com.android.support', module: 'animated-vector-drawable'
    exclude group: 'com.android.support', module: 'design'
}
implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
implementation 'com.github.bumptech.glide:glide:4.7.1'

共有1个答案

艾泽语
2023-03-14

根据Firebase文档,您可以通过设置禁用广告id收集:

<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />

标记下的androidmanifest.xml中。

编辑:看起来人们对这种方法的成功程度参差不齐。尝试按照下面的注释将配置{all*.exclude组:“com.google.firebase”,模块:“firebase-core”all*.exclude组:“com.google.firebase”,模块:“firebase-iid”}添加到分级应用程序依赖项区域。

 类似资料:
  • 考虑以下程序: (编译器资源管理器) GCC和Clang的各种版本都可以接受它,但MSVC不能接受它,因为MSVC编译失败,出现错误消息 第一条错误消息向我暗示了ODR违规--但如果这个程序是格式不良的NDR,我需要帮助理解为什么会这样。我已经检查了标准草案中的temp.over.link,但我不相信我对它的解释是正确的。根据我的理解,程序是可以的,因为这些函数模板有不同的签名。 在不太可能的情况

  • 在上传我的Android应用程序时,我收到了一封被谷歌拒绝的邮件 问题:违反权限政策在审查您的应用程序后,我们发现它不符合使用请求的权限的条件,原因如下:根据我们的审查,我们发现您的应用程序表达的用户体验与您声明的核心功能不匹配{默认短信处理程序(以及默认处理程序时使用的任何其他核心功能)、短信或电话的跨设备同步或传输、基于短信的金融交易(例如,5位消息)以及相关活动,包括用于金融交易和欺诈检测的

  • 我已经在谷歌Play商店上提交了我的短信转移应用程序,并在清单中添加了READ_SMS和WRITE_SMS权限。我从你的应用程序的声明权限中选择了“跨设备同步或短信或电话传输”,但谷歌以以下信息拒绝了该应用程序: 具有声明的跨设备同步或SMS或呼叫传输核心功能的应用程序只能访问以下权限:READ_SMS、RECEIVE_MMS、RECEIVE_SMS、RECEIVE_WAP_PUSH、SEND_S

  • 我很难同时运行我的广告和应用程序。我花了两天的时间试图找到一个解决方案,但什么都没用。请帮忙。 这段代码显示我的google play services Admob广告——广告显示,但我看不到我的游戏屏幕,它是黑色背景。 此代码(注释掉的广告代码)成功运行我的游戏。是什么原因导致这两种方法无法协同工作? 你好,威廉。我刚刚开始学习Java,我使用的教程已经开始了http://www.kilobol

  • 我们在这里添加模块中依赖的jar包、文件和模块,还可以配置它们的作用范围. build.gradle中配置的依赖我们在上面已经介绍过,这里再提一下下,这两个依赖配置的意思是指定编译时需要依赖libs目录下所有的jar文件和一个android组件. dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile

  • 我花了一小段时间试图研究片段和活动之间的差异,但没有找到任何结论。这条线程似乎建议片段是片段,而片段活动天生比活动快? 它可能是相关的,使平板版本的应用程序在未来,在这种情况下,我认为碎片将是有用的,但B)是一个主要的头痛从活动重新设计到使用碎片代替? C)当使用片段时,你可以让屏幕-a作为你的主要活动,屏幕-B作为你的片段-#1,或者你必须让两个屏幕作为一个片段,主活动作为父。