meteocool / ios

meteocool iPhone + iPad App in Swift
GNU Affero General Public License v3.0
5 stars 1 forks source link

Re-check for background location permission on start-up #12

Closed v4lli closed 3 years ago

v4lli commented 3 years ago

When notifications are enabled and the app is launched, we should re-check for the background location permission. This is important since iOS13 because the user might have disabled the background location permission in the mean time.

If disabled, prompt user to turn them back on or to disable notifications.