startOnBoot property

bool? startOnBoot
getter/setter pair

Controls whether to resume location-tracking after device is rebooted.

Defaults to false. Set true to engage background-tracking after the device reboots.

iOS

iOS cannot immediately engage tracking after a device reboot. Just like stopOnTerminate:false, iOS will not re-boot your app until the device moves beyond the stationary geofence around the last known location. In addition, iOS subscribes to "background-fetch" events, which typically fire about every 15 minutes — these too are capable of rebooting your app after a device reboot.

Android

See also: enableHeadless

Implementation

bool? startOnBoot;