httpebble-ios
httpebble-ios copied to clipboard
We should do something clever with location permission requests
Currently, httpebble first requests location information whenever a watchface first does so.
Since httpebble is likely in the background at this point, the user is never prompted and so the watch app never actually receives a response. The prompt does occur if the user brings the app back to the foreground, but that probably won't happen.
We should probably prompt on first run.