タグ付けされた質問 「google-advertising-id」

19
私のアプリまたはその依存関係はAndroid Advertising 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 …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.