How do app updates work? Does the data you download replace older data in the app or is it just added onto existing data?

549 views

How do app updates work? Does the data you download replace older data in the app or is it just added onto existing data?

In: Technology

2 Answers

Anonymous 0 Comments

Different apps do it in different ways. Some send the entire app again and just replace the whole thing. Some only send new files. Some send patches to existing files. Some do all of the above depending on the size and significance of the update.

Android, for example, recently introduced patches. So when you download an APK update, it just downloads the difference between the APK you have now and the latest one. They call it delta update.

Anonymous 0 Comments

Usually everything is replaced, you can just see if th/ the case by simply checking how much data the update uses, if the app is 150 MB new, and the update is 150 MB, it replaced everything