In iOS 10, if your app wants to access the user's camera, album, microphone, address book, etc., you need to make relevant configurations, otherwise you will directly crash.
You need to add some device permissions required by the App.
NSBluetoothPeripheralUsageDescription
Access Bluetooth
NSCalendarsUsageDescription
Access the calendar
NSCameraUsageDescription
camera
NSPhotoLibraryUsageDescription
Photo Album
NSContactsUsageDescription
Contacts
NSLocationAlwaysUsageDescription
Always access location
NSLocationUsageDescription
Location
NSLocationWhenInUseUsageDescription
Access locations during use
NSMicrophoneUsageDescription
microphone
NSAppleMusicUsageDescription
Access the media library
NSHealthShareUsageDescription
Visit Health Sharing
NSHealthUpdateUsageDescription
Visit Health Updates
NSMotionUsageDescription
Visit Sports and Fitness
NSRemindersUsageDescription
Visit reminder matters
Starting from January 1, 2017, https is mandatory. All newly submitted apps do not allow the use of NSAllowsArbitraryLoads to bypass ATS restrictions by default. Secure transmission no longer supports SSLv3. It is recommended to disable SHA1 and 3DES algorithms as soon as possible.
Thank you for reading, I hope it can help you, thank you for your support for this site!