QuickStart
Before you start
Step 1: SDK integration
CocoaPods
Step 2: Project initialization
Mobile key
<key>GUMobileKey</key>
<string>'your-mobile-key'</string>Location usage keys
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>We would like to access your locations</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We would like to access your locations</string>Step 3: SDK enable
Inizialize
Start
Last updated
Was this helpful?