imsdroid
imsdroid copied to clipboard
Not able to upload in play store(Violating rule)
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.
Please replace openssl with new version
Any solution for this?
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"