-
Notifications
You must be signed in to change notification settings - Fork 527
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
Downloading doesn't work for Android 14 #982
Comments
same problem with android 14 oppo reno8 pro+ |
I find a solution to solve this problem |
very helpful. it worked , thanks |
thanks !!! It works for me,My device is OPPO K9 Pro, android 13. |
Hey, I tried to download files by this package.
Is not a problem for iOS, but for Android 13+ downloading doesn't start (stuck on enqueue status).
I changed
Permission.storage.request();
toPermission.manageExternalStorage.status;
, I added<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
to manifest file and it still doesn't work...(I'm trying to download file different than image/video)
_localPath = (await getExternalStorageDirectory())!.path;
also not workEven example app works the same (mean doesn't work)
Any suggestions? I was looking for solutions in other tickets but without any results.
The text was updated successfully, but these errors were encountered: