<?xml version="1.0" encoding="utf-8"?>

Ask for one permission at a time

Ask for one permission at a time Bad Practice
Ask for one permission at a time Best Practice

Asking for too much from users feels invasive. Only ask them for one permission at a time. If the function the user is trying to access needs more than one permission, use separate modal windows for each one. This provides users more freedom to choose which permissions they allow or deny.

Improve your UX & Product skills with interactive courses that actually work