Re: [w3c/manifest] permissions (#686)

As @marcoscaceres notes, neither iOS nor Android now asks or grants users for permissions in a block up front any more. The accepted best practice is to ask for permissions in context (as the web's permission model has always been designed to do) - ask only when you need to use the permission. Otherwise the user has to make a judgement call when they install your app whether they're willing to grant you the permissions you ask for (and often they don't have a clear view of why exactly you need all these permissions in the first place).

-- 
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/manifest/issues/686#issuecomment-394222069

Received on Monday, 4 June 2018 03:01:54 UTC