Open Source iOS Component That Makes It Easier To Get Permission To Use Photos And Contacts

One major issue that arises with iOS apps that use photos or contacts is that the user needs to give permission, and if the user declines to give access they will later need to go into settings and adjust the permissions.

Here’s a library from Cluster called ClusterPrePermissions that aims to help solve this issue by displaying a prompt asking the user if they want to give permission before actually giving permission.

ClusterPrePermission will check the authorization status of photos and contacts, and if that status not yet determined will display a customizable prompt where you can ask the user for “pre-permission”.

And the readme states that this approach has been extremely successful for Cluster: “For photos alone, 46% of people who denied access in a pre-permissions dialog ended up granting access when asked at a better time later.”

Here is a set of images from the readme showing ClusterPrePermissions in action:

ClusterPrePermissions

You can find ClusterPrePermissions on Github here.

You can read more about this pre-permission approach in this article by Cluster’s Brenden Mulligan.

A nice approach to solving a common issue.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Component That Makes It Easier To Get Permission To Use Photos And Contacts

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *