SDK Configuration (iOS)
The first step is to configure the iOS SDK.
Set Tracking in AppState
Parameter | Description |
STATE | RoamTrackingState.Foreground (or) RoamTrackingState.Background (or) RoamTrackingState.AlwaysOn |
Offline Location Tracking
Parameter | Description |
Bool | true (default) -- Offline location enabled. false -- Offline location disabled. |
Accuracy Engine
For enabling accuracy engine for Passive, Active, and Balanced tracking,
For Custom tracking modes, you can pass the desired accuracy values in integers ranging from 1-150m.
For disabling accuracy engine,
Last updated