-
Notifications
You must be signed in to change notification settings - Fork 138
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
Android - Downloaded File is deleted when DownloadStatus becomes Done #5
Comments
How do you monitor the files presence? You haven't cleared the files in Download Manager app? |
Me too, the file is deleted when the download is complete. Of course, if I omit Dispose (), the completed download will not be deleted from BackgroundDownload.backgroundDownloads. Unity 2020.1.0 / Android 8.0 |
Gotch, thanks for info. |
The Issue ist still here. |
@rubit0 Could you clarify what you mean by the "issue is still there"? I'm not able to reproduce the issue anymore with the fix that @aurimasc mentioned :) If you are still reproducing, could you attach an example of your code? Just want to make sure that it doesn't differ with my implementation. Thank you |
@Sidass I mean that it is not fixed on Unity side and yes the workaround via renaming the file works fine so far. |
I've tested this on different devices, and it only happens when i seem to use a device running Android 7.0. When the download changes status to Done, then the file is deleted. Before that, i can see that the file is present in the correct destination folder, but as soon as it finishes downloading, the file is gone.
The text was updated successfully, but these errors were encountered: