Re: [w3c/permissions] Flesh out request("geolocation") (#112)

FYI iOS has a couple of different approaches: -
1) locationManager.requestAlwaysAuthorization() and locationManager.requestWhenInUseAuthorization() these are mutually exclusive. Interesting thing about AlwaysAuthorization is that apparently it reprompts after every few days for confirmation.
2) Background App Refresh. Very course granularity but another option all the same. What have you spec'd for Background Synch and/or Background Fetch?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/112#issuecomment-305664304

Received on Friday, 2 June 2017 01:28:13 UTC