Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Permission description limit

I want to know if is there any limit to define a message for iOS Permission description on info.plist.

I've searched for it but I didn't found nothing about.

like image 875
Igor Custodio Avatar asked Sep 07 '25 00:09

Igor Custodio


1 Answers

There is no specified text limit for Requesting Permission and a plist can be of arbitrary length. Also the description scrolls the text automatically.

But it is suggested to keep it simple and short in Human Interface Guidelines.

Explain why your app needs the information. Provide custom text (known as a purpose string or usage description string) for display in the system's permission request alert, and include an example. Keep the text short and specific, use sentence case, and be polite so people don't feel pressured. There’s no need to include your app name—the system already identifies your app.

like image 77
Omer Faruk Ozturk Avatar answered Sep 09 '25 05:09

Omer Faruk Ozturk