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/08 11:58:16 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #451: I can not write image to the ios gallery with 'cordova-plugin-file'

breautek commented on issue #451:
URL: https://github.com/apache/cordova-plugin-file/issues/451#issuecomment-792707588


   > I'm having exactly the same issue. Thanks
   
   IOS is a closed system. You can't access the iOS gallery via the filesystem.
   
   There are special native apis for writing and reading to the gallery. You'll need to find a plugin, or write your own that interfaces these APIs.
   
   I'm not an expert on native iOS development but I believe 
   https://developer.apple.com/documentation/photokit would be helpful should you write your own plugin.


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