cordova-plugin-app-update
cordova-plugin-app-update copied to clipboard
progress bar
hello dear, plugin works well but when downloading update apk from server , yello progressbar did not shown but apk file is downloading and after some time go to install apk file. how can i solve this ?
same here. apk is around 30mb large. I did see the progress bar when I tried it with the demo version. Any thoughts?
//edit After adding some LOG.d outputs to the progress I found out that the length is -1, which could be because my testprovider doesn't send the content-length. I will check in a few days because I will move those files to our offical ftp space.
Having same issue, any update?
at my site it was the missing content length from the webspace provider. Make sure the content length is sent.
hosted apk on godaddy, how do i send back the content length?