Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

iOS 10 Notice

Sean Perkins edited this page Jan 4, 2017 · 1 revision

In order to access the camera and microphone, iOS 10 requires you to set values for the NSCameraUsageDescription and NSMicrophoneUsageDescription keys in the Info.plist file. These define strings that appear in the app installer to inform the user why your app uses the camera and microphone. For more information see the Apple documentation on Cocoa keys.

Clone this wiki locally