johnmesotech opened a new issue #392:
URL: https://github.com/apache/cordova-plugin-file/issues/392
Regarding 6.0.2
# Feature Request
Document this plugin's relationship to the mandatory *-info-plist options
for iOS builds. It is necessary to manually adjust build options for an iOS
target in order to gain equivalent access to external storage as Android.
Examples:
<key>UIFileSharingEnabled</key><true/>
<key>LSSupportsOpeningDocumentsInPlace</key><true/>
## Motivation Behind Feature
Documentation leads one to believe writing files to folders that will then
be accessible in the iOS file browser ('Files' app) is a matter of choosing the
correct cordova.file.* definition from the provided table. There is no mention
of the XCode build options that must also be added. Managing these details fits
within the scope of platform agnostic tooling. The requirement is a surprise
and a troubleshooting time sink.
Ref:
https://stackoverflow.com/questions/59825500/ionic-4-ios-file-access-with-ionic-native-file-ngx-cordova-plugin-file
## Feature Description
Improve iOS documentation or improve plugin installation and implementation.
Manage build options or document that they ought to be.
## Alternatives or Workarounds
Manually adjust your framework's iOS build options or XCode's *-info-plist
to actually make the cordoval.file.* choices work.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]