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/03/18 11:17:20 UTC

[GitHub] [cordova-plugin-camera] helenburns commented on issue #702: No result with mediaType SAVEDPHOTOALBUM and enabled CameraUsesGeolocation (iOS)

helenburns commented on issue #702:
URL: https://github.com/apache/cordova-plugin-camera/issues/702#issuecomment-801838224


   I can 100% agree with this. Commenting out that CameraUsesGeolocation preference is the difference between the photo being returned, or not, when picking from the library. Also, this is the behaviour I get when I have the source type set to either SAVEDPHOTOALBUM or PHOTOLIBRARY. It simply doesn't return anything, no error, no nothing.
   
   In Xcode I can see the error `[core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)"` whether it fails or not. I have all the appropriate privacy settings etc.
   
   The only other thing to add, is that even though it works when using the camera, it does throw this up in Xcode when opening the camera: `[Camera] Failed to read exposureBiasesByMode dictionary: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL}` whether CameraUsesGeolocation is set to true or false or completely omitted. I don't know if that helps.
   
   I REALLY need this to work. I can no longer retrieve EXIF data from gallery photos in my app and it's killing my users. Any suggestions welcome!


----------------------------------------------------------------
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