İOS 10'dan sonra, Info.plist'te uygulamanızın eriştiği sistemin gizliliğe duyarlı tüm verilerini aşağıdaki gibi tanımlamanız ve sağlamanız gerekir:
Takvim
Key : Privacy - Calendars Usage Description
Value : $(PRODUCT_NAME) calendar events
Hatırlatma :
Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
İletişim :
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
Fotoğraf :
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
Bluetooth Paylaşımı:
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
Yer :
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
Medya kütüphanesi :
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
Hareket:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
Konuşma tanıma :
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
TV Sağlayıcısı:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
Bu bağlantıdan detaylı bilgi alabilirsiniz .