vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

progress bar #98

Open rizpardazan opened 6 years ago

rizpardazan commented 6 years ago

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 ?

nosTa1337 commented 6 years ago

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.

Nashorn commented 5 years ago

Having same issue, any update?

nosTa1337 commented 5 years ago

at my site it was the missing content length from the webspace provider. Make sure the content length is sent.

Nashorn commented 5 years ago

hosted apk on godaddy, how do i send back the content length?