Search code examples
iosswiftapple-developer

What is the character limit for NSLocationAlwaysAndWhenInUseUsageDescription?


I was wondering what is the character limit in the message we set in info.plist when asking for Location Permission??


Solution

  • I've seen long texts in many apps (also seen on iOS guidelines here: https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/ )

    plist doesn't have a hard limit, and if you write a text bigger than screen it scrolls automatically so it's safe to say there's no limit.