-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[BUG] Local export on iOS broken #578
Comments
@mateusz-bak experiencing same issue as well |
I have the same issue with the export in the app on iOS |
Same issue |
@mateusz-bak Is there an update in the works? |
You can't access to External storage in ios directly according to the guidelines for security purposes. However, you could access NSDocumentDirectory through path_provider package to do that. But you would only be able to access it within the app. So it might not fulfil the usecase of exporting the csv directly. |
Is it possible to generate export files and attach them to the MFMailComposeViewController, so the user could send them to himself? |
yeah, that's a good way. will raise a PR |
Describe the bug
When trying to make a local backup or export csv an error pops up (screenshot) and it doesn’t save the file
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Save the file on the chosen folder
Additional info(please complete the following information):
The text was updated successfully, but these errors were encountered: