OpenSSL on iPhone

前端 未结 3 1040
伪装坚强ぢ
伪装坚强ぢ 2020-12-18 10:03

I need to figure out how to get two OpenSSL functions for iPhone. I\'m trying to keep it so I don\'t need another dylib, because I don\'t want Apple to reject my application

3条回答
  •  臣服心动
    2020-12-18 10:49

    For me I found that implementing the OpenSSL pod from cocoapods was the easiest. No tutorial needed.
    Info: http://cocoapods.org/?q=openssl

    -> OpenSSL (1.0.1)
       OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support.
       pod 'OpenSSL', '~> 1.0.1'
       - Homepage: http://www.openssl.org/
       - Source:   https://github.com/endSly/OpenSSL-pod.git
       - Versions: 1.0.1, 1.0.0 [master repo]
    

提交回复
热议问题