mohammadrafigh opened a new issue, #626:
URL: https://github.com/apache/cordova-plugin-file/issues/626

   # Feature Request
   
   ## Motivation Behind Feature
   There are many cases that there is a need to access files and directories of 
the main app target from another target (extension).
   For example if you want to read a file in a Notification Service Extension, 
currently there is no way to handle that.
   
   
   ## Feature Description
   You can easily add this as an option or another method to write into or read 
from the shared app group directory like this (in Swift)
   
   ```
   FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: 
"group.my.app.onesignal")
   ```
   It wil return the URL that the plugin can facilitate it like any other URL 
it's handling.
   
   


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

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

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


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

Reply via email to