Questions tagged «google-advertising-id»

19
我的应用程序或其依赖项是否违反了Android广告ID政策?
我刚刚从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 …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.