iOS SDK
Quick Start

Quick Start

Starting from demo

Please download the demo

Demo (opens in a new tab)

run

yarn
 
npm run start
 
npm run android

Then 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'