jpush / jpush-phonegap-plugin

JPush's officially supported PhoneGap/Cordova plugin (Android & iOS). 极光推送官方支持的 PhoneGap/Cordova 插件(Android & iOS)。
https://docs.jiguang.cn
MIT License
925 stars 350 forks source link

集成极光推送插件后提交谷歌Play被拒绝 #423

Closed Symous closed 3 years ago

Symous commented 4 years ago

WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。

你的运行环境

期望效果

实际效果

谷歌发送的审核被拒绝邮件: APK REQUIRES PROMINENT DISCLOSURE​ We’ve identified that your app is using Jiguang SDK or library, which facilitates the transmission of collection of Installed Packages information without meeting the prominent disclosure guidelines. If necessary, you can consult your SDK provider(s) for further information

APK REQUIRES PROMINENT DISCLOSURE​ Your app is uploading users' Jiguang SDK information to nstalled Packages without a prominent disclosure. Prior to the collection and transmission, it must prominently highlight how the user data will be used, describe the type of data being collected and have the user provide affirmative consent for such use.

在官方网站中找到了一个解决连接,需要手动集成,但是不确定针对此cordova插件应该如何进行操作?

pierresh commented 4 years ago

This is a big problem, and I really hope there is a clean solution for this (and not a workaround to change files manually) ....

Symous commented 4 years ago

我目前的解决方案是下载官方提供的支持google play的包,然后在项目中手动替换相关的jar包和so库,已经提交谷歌成功了。