this post was submitted on 19 Aug 2025
23 points (92.6% liked)

Open Source

40475 readers
165 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

I recently made an iOS app that I’d like to distribute the source code for. I was initially going to license it with the GPL, but I read that apparently Apple’s App Store isn’t compatible with the terms of the GPL. Is there something that’s typically recommended by the FOSS community for this situation (other than just not distributing an iOS app)?

you are viewing a single comment's thread
view the rest of the comments
[–] toothbrush@lemmy.blahaj.zone 4 points 2 weeks ago

If you want to release your app under the gpl and are not sure whether you are allowed to on the apple app store you can always dual license your app, for example proprietary and gpl. That way you can have it on the app store without legal problems and it can still be F(L)OSS.

However, I have never heard of any legal trouble for releasing gpl apps, so I dont think anybody cares that its technically questionable. Thats an open legal question that no court has answered and I dont think they ever will.