this post was submitted on 18 Aug 2023
10 points (100.0% liked)

Free and Open Source Software

17526 readers
81 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

i really like the lemmy apps im using for iphone ogse (thunder) and x (memmy).

i am interested in using the pixelfed app for the ogse but it only supports the latest ios. same goes for a number of lemmy apps i would like to try.

question to devs: is it difficult to include compatibility with older ioses? as someone who only uses hand-me-downs, i use my phones until they die, which are left behind the latest ios upgrade (ogse for example). would like to see this compatibility with apps for other federated services as well, eg firefish.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (1 children)

iOS dev here, especially when using Swift, supporting older OS’s greatly restricts which new Swift features you can use. Especially any OS lower than iOS 15.

Give the fact that the vast, and I mean like 95% or more, of iOS users update to the latest iOS version within months of release and over 99% of users are on at least the previous iOS version, it’s preferable to start a new app on the latest iOS version possible.

Unfortunately that means older (usually 5+ years) devices get left out, but with small volunteer dev teams or solo devs it makes practical sense.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)