美文网首页iOS9开发技术
[iOS10]xcode 8 开发ios10 应用程序 cras

[iOS10]xcode 8 开发ios10 应用程序 cras

作者: 肖浩呗 | 来源:发表于2016-09-01 14:05 被阅读166次

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

XCode8希望我们在开发iOS10应用程序时,能够提供给用户更多的权限通知信息

其中涉及到得关键字有

  • <key>NSCameraUsageDescription</key>
  • <key>NSContactsUsageDescription</key>
  • <key>NSMicrophoneUsageDescription</key>

相关文章

网友评论

    本文标题:[iOS10]xcode 8 开发ios10 应用程序 cras

    本文链接:https://www.haomeiwen.com/subject/rggcettx.html