khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
395 stars 26 forks source link

http url file is not downloading #5

Closed rovedashcam closed 1 month ago

rovedashcam commented 2 months ago

HI can you please help that this library will work only with https not with http url file for IOT devices?

khushpanchal commented 1 month ago

Have you tried adding this to manifest file

<application android:usesCleartextTraffic="true"> </application>