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

Users care about their privacy and want to know that the apps and websites they use respect it too. Explaining why you're asking for permission to access certain features or data helps users feel more at ease and secure.

By following the best practices for requesting permissions, you assure users that these requests are necessary and will enhance their experience with your product. This greatly increases the chances that users will grant permission, leading to a better overall experience with your product.

Exercise #1

Avoid asking for permissions too soon

Avoid asking for permissions too soon Bad Practice
Avoid asking for permissions too soon Best Practice

This might be obvious but don’t bombard your users with permissions as soon as they open your app for the first time. Instead, ask for permissions only when they’re necessary for the action the user is trying to take. Users are significantly more likely to grant the necessary permissions when asked for in this manner.[1]

Exercise #2

Use modals to ask for permission

Use modals to ask for permission Bad Practice
Use modals to ask for permission Best Practice

Modal windows are the optimal choice for requesting permission. They are assertive, but in a positive manner that ensures users will take notice. Inevitably, users will have to grant permission for a particular feature to function properly. For instance, Google Maps will only provide limited functionality without location permission.

While you could direct users to the Settings page to locate the necessary permission, it is far more effective to present them with a modal window that allows them to grant permission instantly.

Exercise #3

Prime users

Prime users Bad Practice
Prime users Best Practice

Permission request screens usually don’t give users much insight into why their permission is being asked. And considering 82% of users want to know why an app is asking for information from them, that’s a problem.[2] They’re likely to deny the permission if they don’t immediately understand what it’s for.

Before asking users' permission for anything, show them a primer. Primers explain why the app needs the permission and how it will benefit users before they’re actually asked for that permission.

Pro Tip: A primer screen should always be in context — for example, ask for access to the camera only when users try to take a picture.

Exercise #4

Give users a reason to grant permissions

Give users a reason to grant permissions Bad Practice
Give users a reason to grant permissions Best Practice

According to a study from the Nielsen Norman Group, users are 12% more likely to provide permissions when given a reason to do so (even if that reason isn’t particularly clear). And when that reason is compelling? It can increase the likelihood by 81%.[3]

Clearly, giving users a compelling reason to grant your app permissions is vital to having them do so. Use plain, descriptive language to tell them exactly what the most important benefits are to granting permissions, and assure them the privilege won’t be abused.

Pro Tip: Stick to the most important 1–2 reasons instead of giving them a long list.

Exercise #5

Use plain language

Use plain language Bad Practice
Use plain language Best Practice

Users are more likely to grant permission if they’re given the reasoning behind why the app needs that permission and how it will use it.[4] And yet so many developers don’t take advantage of the ability to create custom permission requests that explain that reasoning.

Take the time to write microcopy that provides a clear and straightforward explanation. Users usually don't fully read permission text — they scan. So use plain language and keywords that capture attention and provide meaning.

Pro Tip: Write in active voice as it implies action and helps users more intuitively understand who should act: you or them.

Exercise #6

Ask for permissions contextually

An app that asks users for permission to access their location, gallery, or camera out of the blue is less likely to get that permission, even with an explanation. In-context permissions, on the other hand, are logical to users and are more likely to be granted.

For example, if you ask users for permission to access their microphone as soon as they open the app, they may automatically deny the request without giving it much thought. If you ask when they tap on a microphone icon in order to record audio, they can immediately make the connection to why it’s necessary and will be more likely to grant permission.

Exercise #7

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.

Exercise #8

Help users reverse their primary decision easily

Help users reverse their primary decision easily Bad Practice
Help users reverse their primary decision easily Best Practice

Some users are very reluctant to give permissions unless absolutely necessary. Because of this, they may initially deny permissions that they’ll later decide to grant. In short, it takes time to build their trust.

When they finally do decide they need to grant permissions to use a particular function, make it easy for them to reverse their decision. Give them a polite explanation of why they can’t use the particular feature, and then give them a direct link to their device’s settings in order to grant the permissions.

Exercise #9

Don't trick users

Don't trick users Bad Practice
Don't trick users Best Practice

Designers and developers sometimes use dark patterns to influence or trick users into granting permissions they might not otherwise grant. They send requests when users are in the middle of a task or make it deliberately hard to deny permissions. For example, by adding a “Recommended” label to the desired options, designers pressure users to press “Allow.”

This kind of undue pressure can ruin user trust and come across as pushy. Instead, give users compelling reasons to allow permissions while also respecting their choice to do so. If the permission is really necessary, even if users initially deny it, they’ll likely reconsider when they need it.

Complete this lesson and move one step closer to your course certificate