Setelah iOS 10 Anda harus mendefinisikan dan memberikan deskripsi penggunaan semua data sensitif-sistem dari sistem yang diakses oleh aplikasi Anda di Info.plist seperti di bawah ini:
Kalender
Key : Privacy - Calendars Usage Description
Value : $(PRODUCT_NAME) calendar events
Pengingat:
Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
Hubungi:
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
Foto:
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
Berbagi Bluetooth:
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
Lokasi:
Key : Privacy - Location Always Usage Description
Value : $(PRODUCT_NAME) location use
Key : Privacy - Location When In Use Usage Description
Value : $(PRODUCT_NAME) location use
Heath:
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
Perpustakaan Media:
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
Gerak:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
Pengenalan suara :
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
Penyedia TV:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
Anda dapat memperoleh informasi terperinci di tautan ini .