Android google 播放控制台错误 APK 不安全地传输用户数据

Android google play console error APK TRANSMIT USER DATA UNSECURELY

我的应用程序使用用户当前位置和地址详细信息,完成我的应用程序后,我将其上传到 Play 商店,它工作正常,我发布了三到四个版本,没有任何问题。上周我上传了一个 APK,它被 google 游戏控制台拒绝了,我得到了下面的错误

然后我将后端 api 调用从 http:// 更改为 https:// 然后我在登录屏幕中添加了隐私政策,一旦我确认它工作正常然后我再次上传到 play 商店,再次应用被拒绝。

我google关于这个错误我仍然没有找到解决这个问题的任何方法。

请帮助修复它

我在这里添加了帮助我解决同样问题的列表。

1.) screenshots that you have added in Play Store store listing should not have user data.

2.) Change your api from http to https

3.) Privacy policy should be proper and you should mention proper information about why and how you are using user data. If you are
saving userdata in your server database you should that information
as well

4.) If you are using social media login you should add it in privacy policy (purpose of social media login).

5.) In login screen you should add read and accept privacy policy option.

6.) Make sure your server database is secured.

如果您的应用程序处于初始阶段,如果您仍然遇到此问题,请清除数据库数据然后尝试一次。