NSLocationAlwaysAndWhenInUseUsageDescription 的字符限制是多少?
What is the character limit for NSLocationAlwaysAndWhenInUseUsageDescription?
我想知道我们在 info.plist 中设置的请求位置权限时的消息字符限制是多少??
我在许多应用程序中看到过长文本(在 iOS 指南中也看到过:
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/)
plist 没有硬性限制,如果你写的文本比屏幕大,它会自动滚动,所以可以肯定地说没有限制。
我想知道我们在 info.plist 中设置的请求位置权限时的消息字符限制是多少??
我在许多应用程序中看到过长文本(在 iOS 指南中也看到过: https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/)
plist 没有硬性限制,如果你写的文本比屏幕大,它会自动滚动,所以可以肯定地说没有限制。