前端之家收集整理的这篇文章主要介绍了
cocos2d-x平台审核中遇到的openssl问题解决方案,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
本篇文章为转载,翻译。原文链接http://www.cocos2d-x.org/news/286。
大家在使用cocos2d-x版本低于2.2.6版本,在提交google play or another platform的时候可能会收到邮件Or警告提醒包的openSSL加密部分有问题。
问题如下:
Hello,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. For more information about the most recent security vulnerability in OpenSSL,please see http://www.openssl.org/news/secadv_20140605.txt.
Please note,while it's unclear whether these specific issues affect your application,applications with vulnerabilities that expose users to risk of compromise may be considered “dangerous products” and subject to removal from Google Play.
Regards,Google Play Team
问题主要是出现在curl.a的使用之上。下面为解决方案:
方案1.需要及时更新libcurl库文件。https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin
方案2.下载库文件直接覆盖点击打开链接,
覆盖目录为:cocos2dx/platform/android/third_party/android/prebuilt/libcurl/libs
Thanks
原文链接:https://www.f2er.com/cocos2dx/340974.html