You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
It will return the URL that the plugin can facilitate it like any other URL it's handling.
The text was updated successfully, but these errors were encountered: