Can't open downloaded file
I have given all the permissions required both in the ANDROID Manifest and also allowed openFileFromNotification:true. Although I have multiple applications that can open the csv file.
Did you manage to solve this problem?
It worked on android <=10 but never worked on android 11. So what I did was use, an app browser to download the file, and that worked for all androids.
Hey @Boanerges1996 Sorry I know this is late but can you tell me how did you acheive that ? On Android 11/12 files are getting downloaded but can't open them it says files are corrupted.
@Kishan-Somaiya I didn't use this package for the downloading anymore because the client was waiting for a quick solution, so I just passed the download URL to the in-app browser and downloaded it for me. So it basically opens the browsers starts the download and then closes the browser.