EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

Crash when trying to access camera on iOS 10.1.1 #94

Open AdrianEddy opened 7 years ago

AdrianEddy commented 7 years ago

Bowser crashes when trying to get access to the camera:

[access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data. Same for NSMicrophoneUsageDescription

Fixed by adding: `NSCameraUsageDescription

Please allow camera access NSMicrophoneUsageDescription Please allow microphone access` to Bowser-Info.plist
stefanalund commented 7 years ago

Why not submit a PR?

AdrianEddy commented 7 years ago

Mostly because I don't feel comfortable enough with my English to construct a proper message explaining to the user how the app uses this data.