Customize "want contacts" prompt?
Asked Answered
P

1

9

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.

Powe answered 26/9, 2012 at 16:45 Comment(0)
F
13

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.

Frowsty answered 26/9, 2012 at 18:46 Comment(1)
I think this warning is new in iOS 6, so your answer is complete. (And also exactly what I was hoping for; I read this months ago, but couldn't find it again!)Powe

© 2022 - 2024 — McMap. All rights reserved.