Po iOS 10 musisz zdefiniować i podać opis użytkowania wszystkich poufnych danych systemu, do których Twoja aplikacja ma dostęp w Info.plist, jak poniżej:
Kalendarz
Key : Privacy - Calendars Usage Description
Value : $(PRODUCT_NAME) calendar events
Przypomnienie:
Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
Kontakt :
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
Zdjęcie:
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
Udostępnianie Bluetooth:
Key : Privacy - Bluetooth Peripheral Usage Description
Value : $(PRODUCT_NAME) Bluetooth Peripheral use
Mikrofon:
Key : Privacy - Microphone Usage Description
Value : $(PRODUCT_NAME) microphone use
Aparat fotograficzny :
Key : Privacy - Camera Usage Description
Value : $(PRODUCT_NAME) camera use
Lokalizacja :
Key : Privacy - Location Always Usage Description
Value : $(PRODUCT_NAME) location use
Key : Privacy - Location When In Use Usage Description
Value : $(PRODUCT_NAME) location use
Zdrowie:
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
Biblioteka mediów:
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
Ruch:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
Rozpoznawanie mowy :
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
Dostawca telewizji:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
Możesz uzyskać szczegółowe informacje w tym linku.