iOS SDK
Installation
CocoaPods Install
pod 'LAFM', :git => 'https://github.com/intellicar/ace_ios_sdk.git', :tag => '0.0.170'Swift package manager (recommended)
Xcode File -> add packages -> search for "https://github.com/intellicar/ace_ios_sdk"Documentation
Implementation
1. Generating key pair
phonePrivateKey & phone_publickey
LAFMDevice.shared.generateKeyPair()(privateKey: xxxxxxxxxxxxxx, publicKey: xxxxxxxxxxxx)2. SDK Initialization
3. Callback Handler
Types of Message
Type of messages
Description
Connection Status
Description
CBManagerState
Description
Error Codes
Error Code
Description
4. Sending Commands
Action
Description
Last updated