▲ | cosmic_cheese a day ago | |
Support rapidly being dropped happens mostly with smaller devs, because when resources are limited in the Apple platform world you can either adopt newer APIs and language features or you can support old OSes 3+ versions back. Trying to do both lands you in feature check conditional hell and requires a large matrix of test devices to ensure that nothing is being broken. It’s less of a burden for corporate giants which is why you see much longer support timelines from e.g. Google. |