Security error in ios 9 in ccAvenue payment gateway

此生再无相见时 提交于 2019-11-30 19:44:48

Import the latest libcrypto.a and libssl.a to your project.

Run the project in your simulator, go to the activity path folder, and check whether the two binaries are actually being dropped there. If not then there is an error with your code, please share your code here for that.

You can also try this manually first:

  • Run in iOS 8 simulator, and note in the activity path where the crypto an ssl libraries are dropped into.

  • Change to iOS 9 simulator, go to the same path location (specific to ios 9 obviously).

  • The two libraries must be missing.

  • Copy and paste the two libraries here.

  • Run the code.

  • Note: Do not perform any clean build, else it will get deleted again. Just simply press RUN

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!