iOS Swift Native
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/MultiSet-AI/multiset-ios-sdk.git
cd multiset-ios-sdkstruct SDKConfig {
// Authentication Credentials
static let clientId = "YOUR_CLIENT_ID"
static let clientSecret = "YOUR_CLIENT_SECRET"
// Map Configuration (use either mapCode OR mapSetCode)
static let mapCode = "YOUR_MAP_CODE"
static let mapSetCode = ""
}<key>NSCameraUsageDescription</key>
<string>Camera access is required for AR localization</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location access improves localization accuracy</string>