CTFeedback icon indicating copy to clipboard operation
CTFeedback copied to clipboard

iOS 10 permission text needed

Open ahmetws opened this issue 8 years ago • 1 comments

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

ahmetws avatar Oct 11 '16 21:10 ahmetws

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.

numen31337 avatar Mar 02 '17 08:03 numen31337