Post

Replies

Boosts

Views

Activity

Comment on Any way to request that the GPS stays active, even in a low-motion situation?
Just tested on two different iPads (one older and one newer) with the airborne activity type and default "true" value for pausesLocationUpdatesAutomatically. While the older iPad updated coordinates regularly, I needed to set pausesLocationUpdatesAutomatically to false in addition to the airborne activity type to get consistently updating coordinates, so not all devices are created equal here, and adjusting both values is required, thanks again!
May ’23
Comment on Can't kill background location app?
Did some more testing and re-deployed the app a couple of times. I think I just wasn't seeing the splash/startup because another app was keeping CoreLocation active, allowing my app to start up faster than expected. I could've sworn I saw it's background activity carry over after I swiped up, but sometimes a triple-check is all that's needed to clear up a mystery. Thanks!
May ’23
Comment on Any way to request that the GPS stays active, even in a low-motion situation?
Thanks for the heads-up on that value! I gave it a quick test and just setting that to false with the non-airborne activity types still results in paused lat/long for me. I keep getting location updates, but the updates contain the exact same lat/long even though I'm slowly moving. That said, I'll be sure to set it to false to make sure I keep getting the updates, too.
May ’23