this post was submitted on 24 Jan 2024
892 points (98.9% liked)
Technology
59039 readers
3348 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m not sure how this would work in practice. Developers distributing apps independently to be sideloaded wouldn’t be submitting them to Apple to review, and sideloaded code may not even have an identifiable developer to charge.
I suppose Apple could implement some sort of rigid signing system, but I think the EU would see that as just another abuse of power.
As far as I know iPhones have never allowed unsigned code to run.
Well they would have to allow unsigned code to run under the DMA, wouldn't they?
I don't know the details of the DMA, it's definitely possible to provide code-signing to developers that does not go through the app store.
An example of this in practice is Firefox addons. You need to get your extension signed for people to install it, but you can distribute it however. Mozilla of course doesn't charge for signing though. It's just to give them the ability to ban an extension found to be malicious.