Hacker News new | ask | show | jobs
by albert180 887 days ago
Do you seriously believe this? It's Apple that's blocking you from installing any apps or updates when you don't receive iOS Versions Updates anymore, while Google Play doesn't care about it, as long as the app itself is still developed for that version. Also they make more than enough money from the Hardware itself, they just take the profits off the software purchases.
1 comments

> that's blocking you from installing any apps or updates

Technically that’s the app developers who do that.

Isn't it XCode that blocks you from developing for older versions at some point?
No, Xcode requires you to have an up-to-date MacOS to develop, not iOS.

However, developers are strongly encouraged to raise their apps' minimum iOS versions since Apple does not backport any APIs to older versions, any new thing presented at WWDC is only for the new iOS version. This also applies to bugfixes in some cases (SwiftUI).

So as a developer you either stagnate your knowledge or keep moving forward. Google does backport many APIs, so the issue isn't as problematic on that end.