-3

I use the library vitamio for streaming in android. When I upload to google play, an alert shows "Your APK has been rejected for containing security vulnerabilities, which violates the Malicious Behavior policy. If you submitted an update, the previous version of your app is still live on Google Play."

How to fix this ?

Winter
  • 3,894
  • 7
  • 24
  • 56
wintb
  • 11
  • 1
  • File a bug report for the library. This is not the right place to post this. – F43nd1r Aug 20 '16 at 03:58
  • Usually you'll get this message from Google when your apk contains `TrustAllCerts` code. Either you are using these kind of classes or your library is. Verify before you submit – Jorge Mendez Aug 20 '16 at 03:59

1 Answers1

0

In vitamio libs folder please remove arm64 folder then you can upload to google play.

Christian
  • 76
  • 2
  • Thanks for replying! I've already deleted arm64 bit and uploaded to Google Play Store. So my application cannot be run on x64 processors – wintb Aug 24 '16 at 09:53