Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when trying to access camera on iOS 10.1.1 #94

Open
AdrianEddy opened this issue Dec 5, 2016 · 2 comments
Open

Crash when trying to access camera on iOS 10.1.1 #94

AdrianEddy opened this issue Dec 5, 2016 · 2 comments

Comments

@AdrianEddy
Copy link

AdrianEddy commented Dec 5, 2016

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

@stefanalund
Copy link
Contributor

Why not submit a PR?

@AdrianEddy
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants