Initializing the Seam Mobile SDK
1. Install the Seam SDK
plugins {
id("com.android.application")
}
android { ... }
dependencies {
// ...
// Add the Seam Android SDK.
implementation(project(":seam-phone-sdk-android"))
}use_frameworks!
platform :ios, '...'
target 'YourApp' do
// ...
// Local pod install with file path to SeamSdk.podspec
pod 'SeamSdk', :path => './SeamSdk.podspec'
end2. Implement any Manufacturer-Specific Requirements
3. Configure a User Identity for your App User and Generate a Client Session Token
4. Configure the User Identity for an Access Platform or Lock Brand
5. Initialize the Mobile SDK with the Client Session Token
Initialization and Handling Configuration Errors
Handling Provider Initialization Errors from the Background Process
Last updated
Was this helpful?

