aaronpk / Overland-iOS

📌 GPS logger for iOS devices
https://overland.p3k.app
Apache License 2.0
573 stars 88 forks source link

Remind the user to launch the app if updates have stopped #154

Closed aaronpk closed 4 months ago

aaronpk commented 4 months ago

Sometimes iOS pauses location updates of the app for unknown reasons. There is currently no indication to the user when updates have stopped. We can use scheduled local notifications to fix this.

(Note: since the app can receive location data every 1 second, we might need to rate limit how often we reschedule the notification)

aaronpk commented 4 months ago

Let's give this a try. For now I'm not adding a setting for it, but if people want I can make this optional behavior.