INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 177 forks source link

Google Reject My App implement This Library #26

Open DanhDue opened 8 years ago

DanhDue commented 8 years ago

I have implement this library for my app. I have removed libssl.so library because I don't use it. But when I publish my app to Google Play, they reject it with reason:

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 APK Version(s): 1

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.

Please help me fix it!

Thank so much!