iOS SDK
Learn how to install the iOS SDK.
#
Requirement- Minimum deployment target : iOS 9.0
- Swift 4 compatible
- Objective-C compatible
brandCode - uniquely generated code for your brand which you can find in your messenger installation code
#
Installation with SwiftFollowing configuration should be made in your AppDelegate.swift.
#
For Open Source Version:#
For SaaS Version:#
NEXT#
To start Erxes SDK in your app:#
This function will start Erxes SDK with authentication options:#
If your application has already registered users following function will authenticate them automatically(in-app messaging):#
By email address:#
By phone number:#
If you intend to fetch some specific datas from users you can use following function:#
To end current user session:#
Or simply#
Installation with Objective-CFollowing configuration should be made in your AppDelegate.m basic properties.