大家下午好,
昨天我收到来自 Google Play 商店的一条消息,指出我的应用已从应用商店中删除,原因是:
问题:违反使用 Android 广告 ID 政策和开发者分发协议第 4.8 节
当应用请求或处理敏感的用户或设备信息时,Google Play 要求开发者提供有效的隐私政策。我们发现您的应用会收集和传输 Android 广告标识符,这受隐私政策要求的约束。如果您的应用收集 Android 广告 ID,则您必须在 Play 管理中心的指定字段以及应用内部提供有效的隐私政策。
当应用请求或处理敏感的用户或设备信息时,Google Play 要求开发者提供有效的隐私政策。我们发现您的应用会收集和传输 Android 广告标识符,这受隐私政策要求的约束。如果您的应用收集 Android 广告 ID,则您必须在 Play 管理中心的指定字段以及应用内部提供有效的隐私政策。
后续步骤:提交您的应用以供再次审核
通读 Android 广告 ID 和用户数据的使用政策以及开发者分发协议,并对您的应用进行适当的更改。如果您决定收集敏感的用户信息,请务必遵守上述政策,并在应用的商品详情页面和应用内包含指向有效隐私政策的链接。确保您的应用符合所有其他开发者计划政策。如果进一步违反政策,可能会发生额外的强制执行。登录您的 Play 管理中心并将更新提交到您的应用。或者,您可以通过删除对敏感权限或用户数据的任何请求来选择退出此要求。
问题是我们已经在用户登录必须接受的条款和条件中涵盖了数据保护。
摇篮依赖:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-core-utils:26.0.0'
compile 'com.android.support:appcompat-v7:26.0.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:cardview-v7:26.+'
compile 'com.android.support:design:26.+'
compile 'com.android.support:recyclerview-v7:26.+'
compile 'com.google.android.gms:play-services-base:11.2.2'
compile 'com.google.android.gms:play-services-auth:11.2.2'
compile 'com.google.android.gms:play-services-location:11.2.2'
compile 'com.google.android.gms:play-services-maps:11.2.2'
compile 'com.google.firebase:firebase-appindexing:11.2.2'
compile 'com.google.firebase:firebase-core:11.2.2'
compile 'com.google.firebase:firebase-messaging:11.2.2'
compile 'com.google.code.gson:gson:2.6.1'
compile 'com.facebook.android:facebook-android-sdk:4.17.0'
compile project(':tracker')
compile 'org.apache.commons:commons-math3:3.6.1'
compile 'org.apache.commons:commons-lang3:3.6'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.makeramen:roundedimageview:2.2.1'
compile 'pub.devrel:easypermissions:0.1.5'
compile 'edu.vt.middleware:vt-password:3.1.2'
compile 'joda-time:joda-time:2.9.9'
implementation 'com.android.support:support-v4:26.0.0'
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
}
有什么想法吗?首先十分感谢