gpt4 book ai didi

swift - 如何将 openssl 添加到 swift 项目

转载 作者:搜寻专家 更新时间:2023-10-30 22:15:20 24 4
gpt4 key购买 nike

我正在学习如何向我的 iOS/OSX 项目添加应用内购买收据验证。

有一个很好的概述 here WWDC14 有关于此主题的精彩视频。

大量示例代码,但每个人都跳过了一步。如何导入 openSSL header 。 swift 编译器提示没有这样的模块。

import Foundation
import StoreKit
import openssl //no such module ???

还没写一行代码就卡住了。 openssl框架藏在哪里?

最佳答案

没有内置 OpenSSL 模块。您必须自己编译它 - 这是为了安全,所以每个人都不会实现完全相同的安全性。

看看: https://gist.github.com/foozmeat/5154962 http://www.cvursache.com/2013/08/13/How-To-Build-openssl-For-iOS/

http://cocoapods.org/?q=openssl 处还有一个椰子足类动物

你不应该使用别人提供的静态模块。始终构建您自己的。

Apple 官方解释在这里 - 在 OpenSSL 下 - https://developer.apple.com/library/ios/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html

关于swift - 如何将 openssl 添加到 swift 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31380713/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com