Configuration for Using IOS SDK

This section describes the configuration for using SDK, and what functionality that these SDK provide. For the first, You need to configure your application with following steps:


General Configuration :

Copy SafousWaap.xcframework on folder framework, and then add:

implementation files (DemoApp/framework/SafousWaap.xcframework)

Create file .plist with name SafousWaap, and add some key and value then configure server before using the SDK.

Like the setup in xcode below :


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