You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/10 21:03:06 UTC

[GitHub] [cordova-plugin-camera] rdcs commented on issue #506: iOS13 file_uri error picking video from gallery

rdcs commented on issue #506: iOS13 file_uri error picking video from gallery
URL: https://github.com/apache/cordova-plugin-camera/issues/506#issuecomment-540794547
 
 
   Just wanted to add my 2 cents.  I have seen this problem too, when I upgraded to IOS 13.  I am using  Xam.Plugin.Media to access movie files and in my code I was using System.IO.File.Move and that is where the exception occurs.  In looking at my internal debug and crash log I saw that the exception is on System.IO.FileSystem.DeleteFile, which is accurate since a move will delete the source file.  I used System.IO.File.Copy and there was no issue.  The only problem may be, what happens to all the files in the private directory? Do they get deleted when the app closes? Not really sure.  But, the bottom line is that you can access movies from the Photos using the picker.

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


With regards,
Apache Git Services

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