Is there any facility to update your app (APK) using a partial (only new content) patch method?
For example, new update contains only 2k of new code content. The facility would examine previous existing version against the new version and provide the APK patch to update it - resulting in much lower overhead in transmitting the update (patch).
I am working with apps on devices located in high arctic regions where the only means of data transfer is over the Iridium Sat Network. Data rate costs are high and bandwidth is low. The smaller the file the better... The only other option is sneaker_net, with a USB stick which doesn't provide timely updates to all devices.
Hope this makes sense.
Thanks
For example, new update contains only 2k of new code content. The facility would examine previous existing version against the new version and provide the APK patch to update it - resulting in much lower overhead in transmitting the update (patch).
I am working with apps on devices located in high arctic regions where the only means of data transfer is over the Iridium Sat Network. Data rate costs are high and bandwidth is low. The smaller the file the better... The only other option is sneaker_net, with a USB stick which doesn't provide timely updates to all devices.
Hope this makes sense.
Thanks