You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/21 20:35:36 UTC

[GitHub] [cordova-plugin-camera] codeconsole edited a comment on issue #524: Exif data is lost when getting an image from the photo library (iOS)

codeconsole edited a comment on issue #524:
URL: https://github.com/apache/cordova-plugin-camera/issues/524#issuecomment-782920862


   I have created a very easy to run example that demonstrates that EXIF information is lost:
   https://github.com/codeconsole/exiftest
   
   @ryaa I am unable to get your version of the plugin working with the latest version of cordova. 
   ```
   % cordova --version
   10.0.0
   ```
   
   ```
     git clone https://github.com/codeconsole/exiftest
     cd exiftest
     cordova prepare
     cordova plugin remove cordova-plugin-camera
     cordova plugin add https://github.com/ryaa/cordova-plugin-camera.git
     cordova run ios
     xcrun simctl addmedia booted example_with_exif.jpeg
   ```
   
   As soon as I try to select a photo, the app crashes (It works fine with the normal plugin). I wonder why the normal version doesn't crash.
   
   ```
   This app has crashed because it attempted to access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org