With LT SDK, you can build your own customized application with Call and IM function. This documentary provides a guideline that demonstrates how to build and configure an in-app message and call using LT SDK.
This section explains the steps you need to take before testing the iOS sample app.
To use our iOS sample, you should first install LTSample for iOS 1.0.0 or higher.
Sample | iOS |
---|---|
LTSample | 10.0 or higher |
You can clone the project from the LTSample repository.
// Clone this repository
git clone [email protected]:LoFTechs/LTSample-iOS-ObjectiveC.git
// Move to the LT sample
cd LTSample-iOS-ObjectiveC/
// Install LT SDK
pod install
You can install LT SDK for iOS through cocoapods
.
To install the pod, add following line to your Podfile:
pod 'LTSDK'
pod 'LTCallSDK'
pod 'LTIMSDK'
Set Develop api data and password to LTSample-iOS/Config/Config.plist
.
Brand_ID="<YOUR_BRAND_ID>"
Auth_API="<YOUR_AUTH_API>"
LTSDK_API="<YOUR_LTSDK_API>"
LTSDK_TurnKey="<YOUR_LTSDK_TURNKEY>"
Developer_Account="<YOUR_DEVELOPER_ACCOUNT>"
Developer_Password="<YOUR_DEVELOPER_PASSWORD>"
License_Key="<YOUR_LINCENSE_KEY>"