-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpExternal to 'downloads' works in Android but not in iOS #41
Comments
File is put where os says it should be. Best as I can tell, that is always sandboxed within the app (might not be true for macos, but I do not use that). Apple procedure for sharing files between apps is by marking the files as sharable (the settings you have enabled). With that, the iOS system file browser should be able to select files from this app for other apps to open. If you find native api to allow otherwise, let me know. |
Thanks @alpha0010, I am OK to leave the file within the app's sandbox. The problem is that I do not see any app specific folder in the Files app, could this be the case? |
Oops, sorry, my vision just skipped over the non-English text (or maybe the screenshot did not load for me before?). That is probably a bug. However, try using |
Hello,
While it works in iOS, the
cpExternal
does not work in iOS. Note that I have bothUIFileSharingEnabled
andLSSupportsOpeningDocumentsInPlace
enabled. Testing in emulator. Shouldn't the destination ('downloads') be a "common" folder and not an application-specific folder?Is this a bug or a non-proper implementation?
Thanks a lot!
The text was updated successfully, but these errors were encountered: