We’ve detected discrepancies between how your app collects and shares user data and what was declared in your app’s Data safety form. All apps are required to complete an accurate Data safety form that discloses their data collection and sharing practices - this is required even if your app does not collect any user data.
You have declared that user data is encrypted in transit in your app’s Data safety form and we’ve detected unencrypted network traffic that may carry user data off device.
Issue details
We found an issue in the following area(s):
APK 20: Policy Declaration - Data Safety Section: "http://data.altbeacon.org" APK 24: Policy Declaration - Data Safety Section: "http://data.altbeacon.org"
Google has rejected the publication twice already. What is the problem with altbeacon library and how to solve it?
There is a dependency that I use in the project:
implementation 'org.altbeacon:android-beacon-library:2.19.2'
Please use
httpsinstead ofhttpbecauseHTTPSis more secure thanHTTPbecause it uses encryption to protect information as it is being sent between clients and servers. When an organization enablesHTTPS, any information you transmit, like passwords or credit card numbers, will be difficult for anyone to intercept.