Your app uploading Installed Packages information to https://graph.facebook.com without a prominent disclosure

為{幸葍}努か 提交于 2020-05-12 05:00:53

问题


Google Play rejected my update due to this, I'm using SDK version 5.5.1. I also tried updating to the new version and disabling auto event logging but that didn't help and app my app got rejected the second time?

Edit: I tried with the latest version (6.3.0) and that's also got rejected.

        <meta-data
        android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
        android:value="false" />

Since Google doesn't allow this, Is there anything I can do from here?


回答1:


The reason not because of Facebook SDK, It probably because you may be having webpage's which will collect some user information.

In order to get it to approve from play store, you should have

  • have a website page with a privacy policy that states what data you're collecting

  • have a button in your app's UI that will link to said privacy policy or show a screen that shows what data you're collecting.

Hope this helps



来源:https://stackoverflow.com/questions/61135362/your-app-uploading-installed-packages-information-to-https-graph-facebook-com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!