0

My app is rejected for violating the Malicious Behavior or User Data policy. The HostnameVerifier seems to have a problem and google play send me an email that your app is using an unsafe implementation of the HostnameVerifier interface. What should I do?

Ajeet Yadav
  • 693
  • 1
  • 11
  • 31
Saghi
  • 39
  • 3
  • Possible duplicate of [Google Play Security Alert - Your app is using an unsafe implementation of the HostnameVerifier](https://stackoverflow.com/questions/40928435/google-play-security-alert-your-app-is-using-an-unsafe-implementation-of-the-h) – Nick Fortescue Mar 25 '19 at 09:19

1 Answers1

0
  1. Fillup google docs for permission.
  2. Make sure your permission is given in manifest and give the pop up in user level.
  3. Contact google developers as soon as possible.

See this

Masum
  • 1,037
  • 15
  • 32