DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

Not able to upload in play store(Violating rule) #606

Open ashokSF opened 7 years ago

ashokSF commented 7 years ago

If you’re using a 3rd party library that bundles OpenSSL, you’ll need to upgrade it to a version that bundles OpenSSL 1.0.2f/1.0.1r or higher.

ashokSF commented 7 years ago

Please replace openssl with new version

shaik41 commented 7 years ago

Any solution for this?

behelit commented 6 years ago

If you build the latest, it has the OpenSSL vulnerabilities patched. You can use this to check what versions are in use:

https://stackoverflow.com/questions/30815617/how-to-check-openssl-library-version-of-android-application

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