This question already has an answer here:
- Google Play and OpenSSL warning message 5 answers
I am developing android apps in AndEngine and Cocos2dx.
I have received a mail today from Google Play, that says: "One or more of your apps is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible. ..."
I download an app called bluebox testing(HeartBleed Scanner).
What i found was, apps build using cocos2dx were the apps with openSSL while apps build using AndEngine were not in the list generated by heartbleed scanner.
Is there anyone who knows the issue exactly and how to solve it?