iOS 10 新规定,在取用相机,相簿,联络资讯,麦克风需要在 Version Info 加入指定的 key,否则闪退:
注:将下面的 Key 复制到工程 Option -> Version Info 里(按鼠标右键可以新增 Key)
常用 Key
<span style="color: #0000ff"><
<span style="color: #800000">key<span style="color: #0000ff">>NSCameraUsageDescription<span style="color: #0000ff"></<span style="color: #800000">key<span style="color: #0000ff">><span style="color: #0000ff"><<span style="color: #800000">string<span style="color: #0000ff">>使用相机需要您的同意<span style="color: #0000ff"></<span style="color: #800000">string<span style="color: #0000ff">>
<span style="color: #0000ff"><<span style="color: #800000">key<span style="color: #0000ff">>NSContactsUsageDescription<span style="color: #0000ff"></<span style="color: #800000">key<span style="color: #0000ff">>
<span style="color: #0000ff"><<span style="color: #800000">string<span style="color: #0000ff">>使用联络资料需要您的同意<span style="color: #0000ff"></<span style="color: #800000">string<span style="color: #0000ff">>
<span style="color: #0000ff"><<span style="color: #800000">key<span style="color: #0000ff">>NSMicrophoneUsageDescription<span style="color: #0000ff"></<span style="color: #800000">key<span style="color: #0000ff">>
<span style="color: #0000ff"><<span style="color: #800000">string<span style="color: #0000ff">>使用麦克风需要您的同意<span style="color: #0000ff"></<span style="color: #800000">string<span style="color: #0000ff">><span style="color: #000000">
2018.01.08 新增:iOS 11.x 必需要加入下列,否則閃退
<span style="color: #0000ff"><<span style="color: #800000">key<span style="color: #0000ff">>NSPhotoLibraryAddUsageDescription<span style="color: #0000ff"></<span style="color: #800000">key<span style="color: #0000ff">>
<span style="color: #0000ff"><<span style="color: #800000">string<span style="color: #0000ff">>使用相簿需要您的同意<span style="color: #0000ff"></<span style="color: #800000">string<span style="color: #0000ff">>
完整列表:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Bluetooth:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Calendar:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Camera:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Contacts:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Health Share:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Health Update:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Home Kit:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Location:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Location (Always):
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Location (When <span style="color: #0000ff">in<span style="color: #000000"> use):
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Microphone:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Motion (Accelerometer):
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Photo Library:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Reminders:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Siri:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string><span style="color: #000000">
Speech Recognition:
<<span style="color: #0000ff">string>My description about why I need this capability</<span style="color: #0000ff">string>
Apple 官方列表: