Library keeps downloading on loop
luisFebro opened this issue · 1 comments
luisFebro commented
After clicking in the download button and passing through all the process of installation, then it repeats all over again. I made sure the function downloadApk.startDownloadingApk(url) is being called only once and when it is clicked.
When I initialize the app, it starts downloading every time.
Did someone experience similar issue?
luisFebro commented
Just a feedback, the issue wasn't the library itself, but the file's name. Instead of host/apk/last-update.apk, I replaced with ... last_update.apk and the bug was gone. It seems like file's name with hyphen doesn't work well in Android environment.