Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
联络人:
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
图片来源:
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
蓝牙共享:
Key : Privacy - Bluetooth Peripheral Usage Description
Value : $(PRODUCT_NAME) Bluetooth Peripheral use
麦克风(也用于录像) :
Key : Privacy - Microphone Usage Description
Value : $(PRODUCT_NAME) microphone use
相机(照片或录像) :
Key : Privacy - Camera Usage Description
Value : $(PRODUCT_NAME) camera use
地点:
Key : Privacy - Location Always Usage Description
Value : $(PRODUCT_NAME) location use
Key : Privacy - Location When In Use Usage Description
Value : $(PRODUCT_NAME) location use
希斯:
Key : Privacy - Health Share Usage Description
Value : $(PRODUCT_NAME) heath share use
Key : Privacy - Health Update Usage Description
Value : $(PRODUCT_NAME) heath update use
返回文章页面家庭装备:
Key : Privacy - HomeKit Usage Description
Value : $(PRODUCT_NAME) home kit use
媒体图书馆:
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
动议:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
语音识别:
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
电视供应商:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
<key>NSCalendarsUsageDescription</key>
<string>$(PRODUCT_NAME) calendar events</string>
<key>NSRemindersUsageDescription</key>
<string>$(PRODUCT_NAME) reminder use</string>
<key>NSCameraUsageDescription</key>
<string>This app requires to access your photo library to show image on profile and send via chat</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires to access your microphone to record video with your voice send via chat</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires to access your photo library to show image on profile and send via chat</string>
<key>NSContactsUsageDescription</key>
<string>$(PRODUCT_NAME) contact use</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>$(PRODUCT_NAME) location use</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>$(PRODUCT_NAME) location use</string>
对于那些像我一样正在测试一个爱奥尼亚项目,必须添加隐私权限密钥,请确保您添加他们在正确的 .plist文件。找到它的最好方法是使用 Xcode 搜索,你的应用程序名称就是其中之一。我分享了一个围绕右边的 Info.plist你需要修改圆圈截图。我在修改库文件夹中的另一个文件时浪费了时间,导致了有关隐私的错误。希望这个截图能有所帮助。在我的案例中,在文件的底部,我点击 +并滚动直到我找到 Privacy - Camera usage description,我插入简短的描述 used for Qrcodes和工作