Quick Start
Starting from demo
Please download the demo
run
yarn
npm run start
npm run androidThen replace the following content
import GizwitsiOSSDK
var gizConfigStruct = GizConfigStruct(appID: "xxx", appSecret: "xxx", productInfos: [
GizProductInfoStruct(productKey: "xxx", productSecret: "xxx")
], serverInfo: nil)Starting from a new project
Pod file increase
pod 'CryptoSwift', '~> 1.8.0'
pod 'GizwitsiOSSDK', '~> 2.1.8'