- From: Richard Maher <notifications@github.com>
- Date: Thu, 01 Jun 2017 18:27:39 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 June 2017 01:28:13 UTC
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