PRDownloader
PRDownloader copied to clipboard
Can not resume download after re-open app
I have stored downid in app and on reopen app(another case or after download another file i.e not downloading current file ) onStartOrOnResume not Called and when check status i got UNKOWN
- I am using Service that contains code for Downloading
- call pause,resume in UI (Fragment)
to reproduce
- start download multiple files
- pause one
- try to resume any other one
- or close app then open it and try to resume any previous saved downID
same issue, any solution?
@developerashish01
i think the issue was that i did not enable the use DB so it can not store the latest bytes index
so enable use of db i think there a function to do this with lib