2

I developed an iOS application as a student and I am currently distributing it for free in the app store. I have received a few enquires about adding features to the app including one person who would like the app to be open source so they can add features themselves.

What concerns should I have if I open source my iOS application?

Which open source license should I use?

asked Oct 25, 2012 at 5:43
2
  • Any prohibition of Exclusive License (like GPL) in Apple's App Store? Commented Oct 25, 2012 at 6:38
  • 5
    Apple doesn't allow GPL software in their App Store (as does Microsoft, by the way). Other Open Source licenses that don't require free redistribution (i.e. most others) don't seem to be a problem, 'though. Commented Oct 25, 2012 at 6:43

1 Answer 1

2

You can use any open-source license you want, with the exception of the GPL, which is incompatible with the Terms of Service of the Apple Store.

See the the regulations of the Apple Store in the Wikipedia.

answered Oct 25, 2012 at 6:44
1
  • 1
    Presumably, it's not just the GPL that is disallowed, but any copyleft license which requires that source code be distributed along with object code. The GPL is far and away the most popular such license, but there are a few others. Commented Oct 25, 2012 at 17:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.