flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Unable to download files in RealMe devices

Open ganeshrvel opened this issue 5 years ago • 4 comments

We have received multiple complaints from our users that the background download doesn't happen on their RealMe devices. It works just fine on all other devices that we have tested, but unfortunately for some reason the download and the percentage doesn't seem to be changing on a RealMe phone. There is no error whatsoever.

Our configuration:

Android xml:

 <provider
                android:name="vn.hunghd.flutterdownloader.DownloadedFileProvider"
                android:authorities="${applicationId}.flutter_downloader.provider"
                android:exported="false"
                android:grantUriPermissions="true">
            <meta-data
                    android:name="android.support.FILE_PROVIDER_PATHS"
                    android:resource="@xml/provider_paths"/>
        </provider>

        <provider
                android:name="androidx.work.impl.WorkManagerInitializer"
                android:authorities="${applicationId}.workmanager-init"
                android:enabled="false"
                android:exported="false"/>

        <provider
                android:name="vn.hunghd.flutterdownloader.FlutterDownloaderInitializer"
                android:authorities="${applicationId}.flutter-downloader-init"
                android:exported="false">
            <!-- changes this number to configure the maximum number of concurrent tasks -->
            <meta-data
                    android:name="vn.hunghd.flutterdownloader.MAX_CONCURRENT_TASKS"
                    android:value="1"/>
        </provider>T

provider_path.xml:

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <root-path
            name="root"
            path="." />
</paths>

What are we doing wrong here? How do we fix this issue?

ganeshrvel avatar Jan 05 '21 06:01 ganeshrvel

Same here also. Anyone fixed this?

any update on this?

AparnaTumu avatar Jun 30 '21 16:06 AparnaTumu

I'm also facing this issue. Please look into this

Suhailakl avatar Nov 30 '21 16:11 Suhailakl

ITS BEEN AN YEAR!!! STILL NO UPDATES!

TheStarkster avatar Feb 03 '22 14:02 TheStarkster

Any update on this?

gangadharashettypj avatar Nov 17 '22 14:11 gangadharashettypj