You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
with iOS 10 additional texts needed for the permissions. The library uses the following two:
The app crashes when additional photo cell tapped on the library unless this parameters added to project Info.plist
The text was updated successfully, but these errors were encountered: