Nach iOS 10 müssen Sie in Info.plist wie folgt eine Nutzungsbeschreibung aller datenschutzrelevanten Daten des Systems definieren und bereitstellen, auf die Ihre App zugreift:
Kalender
Key : Privacy - Calendars Usage Description
Value : $(PRODUCT_NAME) calendar events
Erinnerung :
Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
Kontakt :
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
Foto:
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
Bluetooth-Freigabe:
Key : Privacy - Bluetooth Peripheral Usage Description
Value : $(PRODUCT_NAME) Bluetooth Peripheral use
Mikrofon:
Key : Privacy - Microphone Usage Description
Value : $(PRODUCT_NAME) microphone use
Kamera:
Key : Privacy - Camera Usage Description
Value : $(PRODUCT_NAME) camera use
Ort :
Key : Privacy - Location Always Usage Description
Value : $(PRODUCT_NAME) location use
Key : Privacy - Location When In Use Usage Description
Value : $(PRODUCT_NAME) location use
Heide:
Key : Privacy - Health Share Usage Description
Value : $(PRODUCT_NAME) heath share use
Key : Privacy - Health Update Usage Description
Value : $(PRODUCT_NAME) heath update use
HomeKit:
Key : Privacy - HomeKit Usage Description
Value : $(PRODUCT_NAME) home kit use
Medienbibliothek :
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
Bewegung:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
Spracherkennung :
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
TV-Anbieter:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
Detaillierte Informationen erhalten Sie unter diesem Link.