IOS SDKを使用するための設定

このセクションでは、SDKを使用するための設定と、これらのSDKが提供する機能について説明します。まず、以下の手順でアプリケーションを設定してください:


一般構成 : 

frameworkフォルダにSafousWaap.xcframeworkをコピーし、追加します: 

implementation files (DemoApp/framework/SafousWaap.xcframework)


SafousWaapという名前で.plistファイルを作成し、いくつかのキーと値を追加し、SDKを使用する前にサーバーを設定します。

以下のxcodeのセットアップのようになります: 

Key

Type

Description

X-AppId

String

Unique identity for client registered by Safous WAAP, example : mobile apps, web apps, etc

CertificateName

String

Certificate Name, example :xxxx.p12

CertificatePassword

String

Certificate Password

BaseUrl

Dictionary

To define base url, using for register and auth

Device

String

Child of BaseUrl

Auth

String

Child of BaseUrl

VerifyToken

String

Access URL for verification device to Safous WAAP