Network HTTP support
<key>NSAppTransportSecurity</key>
<dict>
        <key>NSAllowsArbitraryLoads</key>
        <true/>
</dict>
Copy the code
Access directives
Microphone permission
Privacy-microphone Usage Description Obtains the MicrophoneCopy the code
Camera permissionsNote that some APP auditors require to specify the reason for obtaining the camera
Privacy-camera Usage Description Obtains the CameraCopy the code
Media album permission (add both after Xcode9)
Privacy-photo Library Additions Usage Description Privacy-photo Library Additions Usage DescriptionCopy the code
Address book rights
Privacy-contacts Usage Description gets the address bookCopy the code
Bluetooth permissions
Privacy-bluetooth Peripheral Usage Description Obtains BluetoothCopy the code
Voice to text permission
Privacy-speech Recognition Usage Description Allows Speech RecognitionCopy the code
Calendar permissions
Privacy-calendars Usage Description Allows calendar UsageCopy the code
Location permission (get location when using APP)
Privacy-location When In Use Usage Description Obtains the LocationCopy the code
Location permission (always obtain location)
Privacy-location Always Usage Description Obtains the LocationCopy the code