Please check https://segment.com/docs/integrations/appboy/#ios.
- You need to request the location permission to use Appboy's background location tracking.
You can do it by calling [[Appboy sharedInstance].locationManager allowRequestAlwaysPermission];
or [[Appboy sharedInstance].locationManager allowRequestWhenInUseLocationPermission];
and we'll prompt the user for you. If you already request location permission in your app we will listen for the authorization delegate and you don't need to call any Appboy methods for location permission.
- To enable background location tracking and configure your time and distance thresholds, contact us at [email protected] with values for minimum distance and time to log locations collected. If a significant change location updates arrives sooner or closer to the last logged location than those conditions allow for, we will not log that location.