iOS SDK
快速开始

快速开始

从demo开始

请下载demo Demo (opens in a new tab)

执行

pod install

然后替换以下内容

import GizwitsiOSSDK
var gizConfigStruct = GizConfigStruct(appID: "xxx", appSecret: "xxx", productInfos: [
    GizProductInfoStruct(productKey: "xxx", productSecret: "xxx")
], serverInfo: nil)

从新工程开始

pod 文件增加

pod 'CryptoSwift', '~> 1.8.0'
pod 'GizwitsiOSSDK', '~> 2.1.8'