Após o iOS 10, você precisa definir e fornecer uma descrição de uso de todos os dados sensíveis à privacidade do sistema acessados pelo seu aplicativo no Info.plist, conforme abaixo:
Calendário
Key : Privacy - Calendars Usage Description
Value : $(PRODUCT_NAME) calendar events
Lembrete:
Key : Privacy - Reminders Usage Description
Value : $(PRODUCT_NAME) reminder use
Contato :
Key : Privacy - Contacts Usage Description
Value : $(PRODUCT_NAME) contact use
Foto :
Key : Privacy - Photo Library Usage Description
Value : $(PRODUCT_NAME) photo use
Compartilhamento Bluetooth:
Key : Privacy - Bluetooth Peripheral Usage Description
Value : $(PRODUCT_NAME) Bluetooth Peripheral use
Microfone:
Key : Privacy - Microphone Usage Description
Value : $(PRODUCT_NAME) microphone use
Câmera :
Key : Privacy - Camera Usage Description
Value : $(PRODUCT_NAME) camera use
Localização:
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
Biblioteca de mídia :
Key : Privacy - Media Library Usage Description
Value : $(PRODUCT_NAME) media library use
Movimento:
Key : Privacy - Motion Usage Description
Value : $(PRODUCT_NAME) motion use
Reconhecimento de fala :
Key : Privacy - Speech Recognition Usage Description
Value : $(PRODUCT_NAME) speech use
SiriKit:
Key : Privacy - Siri Usage Description
Value : $(PRODUCT_NAME) siri use
Fornecedor de TV:
Key : Privacy - TV Provider Usage Description
Value : $(PRODUCT_NAME) tvProvider use
Você pode obter informações detalhadas neste link.