Is my app or its dependencies violating the Android Advertising Id policy?

后端 未结 19 2161
星月不相逢
星月不相逢 2020-11-28 00:49

I\'ve just received this message from Google Play but I\'m not collecting the Advertising ID.

Reason for warning: Violation of Usage of Android Advert

19条回答
  •  眼角桃花
    2020-11-28 01:32

    I also recieved the same message and got some of my apps suspended today.

    So i just deleted those three firebase dependencies:

    compile 'com.google.firebase:firebase-core:10.0.1'
    compile 'com.google.firebase:firebase-ads:10.0.1'
    compile 'com.google.firebase:firebase-appindexing:10.0.1'
    

    Then, i re-submitted the apps, and they was accepted after review :)

提交回复
热议问题