imsdroid icon indicating copy to clipboard operation
imsdroid copied to clipboard

Not able to upload in play store(Violating rule)

Open ashokSF opened this issue 7 years ago • 3 comments

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 avatar May 02 '17 14:05 ashokSF

Please replace openssl with new version

ashokSF avatar May 03 '17 12:05 ashokSF

Any solution for this?

shaik41 avatar Aug 09 '17 17:08 shaik41

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"

behelit avatar Mar 21 '18 22:03 behelit