Edit – also why do phone refuse to work without an update or force you to do so? (Like my phone forcing an update and restarting itself)
I imagine it’s just programming built into a phones os to keep all other smartphones “on the same page” since they all deal with internet but is it actually necessary for operation?
In: 1
If they weren’t connected to the internet and didn’t need new apps, they wouldn’t. They need security updates to fend off malicious code and attacks. (Newly found vulnerabilities require a code change to fix.) Security updates will rarely if ever break your installed apps. Feature updates (the ones where the first number in the version number changes) are needed to support new APIs (application programming interfaces, the code available to all the apps) that apps might use. These can break your installed apps because once in a while, an old API is removed. If an app was using that API, and there’s no update for it to use whatever replaced the API, the app won’t work anymore. But, eventually a phone’s software will become too outdated to run modern apps, so keeping it up to date will mean new and updated apps can run on it.
Latest Answers