Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize "want contacts" prompt?

Is there a way to customize the prompt that appears when my app tries to access the address book?

I want to add an explanation of what data I use, and why I need it.

like image 203
Steven Fisher Avatar asked Sep 26 '12 16:09

Steven Fisher


1 Answers

In iOS 6, this has been added to the Info.plist file. You want to set the key NSContactsUsageDescription (remember that you can localize this in InfoPlist.strings). The descriptive name for this is "Privacy - Contacts Usage Description."

I'm not aware of a way to set this in iOS 5.

like image 197
Rob Napier Avatar answered Oct 06 '22 00:10

Rob Napier