반응형
IOS10.0
-
The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.IOS 2016. 12. 23. 17:07
안녕하세요. IOS 10.0 에서부터는 아래와 같은 문제가 발생합니다. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. 위와 같은 오류 문구가 나왓다면 아이폰 마이크에 접근하려는 권한을 요청했던거겟지요??? 저는 이어폰 잭을 통해 데이터 통신할게 있어서 오류가 나왔는데요 이런 문제는 간단히 info.plist 파일을 열어서 Privacy - Microphone Usage Description 이걸 붙여 넣으면 됩니다. Privacy - Microphone Usage Description string 타입..