this post was submitted on 12 Jul 2023
2328 points (99.1% liked)

Technology

58164 readers
3805 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

It had been in the works for a while, but now it has formally been adopted. From the article:

The regulation provides that by 2027 portable batteries incorporated into appliances should be removable and replaceable by the end-user, leaving sufficient time for operators to adapt the design of their products to this requirement.

you are viewing a single comment's thread
view the rest of the comments
[–] Aceticon@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

I developed and shipped iOS apps, and what you wrote is actually incorrect.

Apple does not allow developers to put on the app store applications built targetting an iOS version below a certain point.

Also Apple controls the build environment for applications which are listed on the App Store: you have to build and push the app for the store on Xcode (contractually and enforced cryptograhically) and it even has to be running on a Mac computer (contractually).

So it's not up to individual developers what the minimum OS version they support for their app, at least not if they want to be able to distribute it via the App Store (which is the only way they can be distributed for non-rooted phones).

Absolutelly, lots of devs just go along with the Xcode defaults (which by the way, are a soft push by Apple) and build against a very recent iOS version, but those who want to support really old iPhones aren't allowed to.