App Trimming - a Bridge Too Far
My recent effort to cut down noise that manifests as a continuous avalanche of notifications on a phone has been quite successful. The phone is mostly silent, the watch does not vibrate and the earbuds do not interrupt audiobooks to play announcements. I only get a handful of "beeps" per day and they only come from a couple of selected contacts and apps I really do care about. Apps generally abuse the notifications mechanisms in a big way. Rendering the notifications' mechanism practically useless. So I went through all of them, disabling notifications and also making sure they use location services only when an app is active / in the foreground. What was not immediately obvious to me, was that the functionality of an app to stay connected over Bluetooth to an accessory (such as a watch) depends on the "location" permission to be "always". It does not explicitly say "Bluetooth", but iOS ties Bluetooth access with "location". My par...