bowser icon indicating copy to clipboard operation
bowser copied to clipboard

Crash when trying to access camera on iOS 10.1.1

Open AdrianEddy opened this issue 8 years ago • 2 comments

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: <key>NSCameraUsageDescription</key> <string>Please allow camera access</string> <key>NSMicrophoneUsageDescription</key> <string>Please allow microphone access</string> to Bowser-Info.plist

AdrianEddy avatar Dec 05 '16 17:12 AdrianEddy

Why not submit a PR?

stefanalund avatar Dec 07 '16 11:12 stefanalund

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.

AdrianEddy avatar Dec 07 '16 12:12 AdrianEddy