Search code examples
androidgoogle-playmedia-playervitamio

Why Google play rejected my app they saying "for violating our dangerous products policy"


I uploaded my app on google play store but after few hours i got an email saying:

This app uses software that contains security vulnerabilities for users.

Below is the list of vulnerabilities and the corresponding APK versions that were detected in your recent submission. Please upgrade your app(s) as soon as possible and increment the version number of the upgraded APK.

Vulnerability OpenSSL

The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za. To confirm your OpenSSL version, you can do a grep via:

$ unzip -p YourApp.apk | strings | grep "OpenSSL"

You can find more information and next steps in this Google Help Center article.

My app is an on-line radio, that play different radio stations using Internet. And also I am using Vitamio media player rather than the android defualt player class.

Please help me i spent a lot of time on this app.


Solution

  • Finally the problem is solved. As i said, i am using vitamio mediaPlayer. Which was v4.2.1, just upgraded to v4.2.6. And now its working.

    If anyone have issue of this kind then first try to upgrade your plug-ins.