-
Notifications
You must be signed in to change notification settings - Fork 986
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
IOS file downloaded not able to be located on device #897
Comments
But did you check if the file exists at the given path? |
At which path? I'm able to view the file in my application... |
Hello, I am having same issue, cant locate file on device. I am using this path
|
I solved this problem with share function,
|
Having the same issue. In android it downloads the file perfectly in the specified folder. In iOS it says downloaded but it is nowhere saved :/ |
I was facing the same issue I followed this solution and it started working. You have to add Yes to "Supports opening documents in place" and "Application supports iTunes file sharing" in Info.plist file. Hope this solves your issue. |
@FaisalAli19 solution worked perfectly. The issue should be closed I guess. |
Thanks @FaisalAli19 , your solution worked for me with |
Did you find any solution for this? |
This works, now I only have android as the problem. |
Is @FaisalAli19 's linked solution working for everyone? It didn't work for me and I checked that the file is created in the I had to use expo-sharing (I'm on bare workflow). It's actually a good work-around for those who are struggling with the solution from Stackoverflow. EDIT: The solution from Stackoverflow works for iOS <= 14. It is 15 that has tripped me up so far. |
…he device with for example "File Explorer" app, ref to itinance/react-native-fs#897
I've tried all the solutions in the thread and none of them worked for me. I've tested on iOS 15. |
Same for me :( I can't see the file I'm saving |
Bump |
1 similar comment
Bump |
Same for me :( I can't see the file I'm saving |
Did someone find a solution here? I have the same problem on my iOS devices. The additions to the plist did not help. |
4 years later... and still no response from author @itinance, along with the other 544 issues... |
Hi there
Using a standard implementation to download files and save them locally on the device.
When they are downloaded, I am not able to locate them on the device with for example "File Explorer" app, tried on emulator and physical iPad.
Also tried to use "DocumentDirectoryPath", same issue.
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered: