What is the recommended practice when requesting a permission?
- A Explain why it is needed, in context, immediately before requesting
- B Request everything at app launch
- C Request repeatedly until granted
- D Request only after a failure
Answer
Explain why it is needed, in context, immediately before requesting
Requesting without context is the main cause of denial, and requesting everything at launch is the pattern most likely to get an app uninstalled.





