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

iOS 10 permission text needed #53

Open
ahmetws opened this issue Oct 11, 2016 · 1 comment
Open

iOS 10 permission text needed #53

ahmetws opened this issue Oct 11, 2016 · 1 comment

Comments

@ahmetws
Copy link

ahmetws commented Oct 11, 2016

with iOS 10 additional texts needed for the permissions. The library uses the following two:

<key>NSCameraUsageDescription</key>
<string>App uses permission to take photo and add it to feedback screen</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>App uses permission to add photo to feedback screen</string>

The app crashes when additional photo cell tapped on the library unless this parameters added to project Info.plist

@numen31337
Copy link
Contributor

I believe that some kind of warning or assert needs to be added to this lib to warn a developer about this and avoid crashes.

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