up vote 14 down vote favorite
8
share [g+] share [fb]

I'm writing an iPhone app, and I would like to use a 3rd party library for part of its functionality. I intend on selling it through the App Store and my code will not be open sourced. Which open source licenses allow this?

link|improve this question

71% accept rate
feedback

9 Answers

Regarding the LGPL, I believe that St3fan is incorrect, but Louis Gerbarg is correct: it is possible to use LGPL libraries in closed-source iPhone apps, but with restrictions.

If you take a look at http://en.wikipedia.org/wiki/GNU%5FLesser%5FGeneral%5FPublic%5FLicense, you can read "Alternatively, a statically linked library is allowed if either source code or linkable object files are provided."

So as Louis Gerbarg mentioned, if you use an LGPL library, you are allowed to keep your application closed-source as long as you make freely available the object (e.g. *.o) files that are needed for your customers to take your application and link it.

I go in depth into the subject of iPhone and LGPL compatibility here.


Detailed requirements on your app imposed by the LGPL license of the library:

d) Do one of the following:

0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.

link|improve this answer
There are a number of apps currently using LGPL libraries (ffmpeg, among others) on the app store now. Regardless of legality, people are doing it. – Kenny Winker Nov 5 '09 at 11:14
Apple won't care (it's not their job to police this), but the developers of ffmpeg can assert their rights at any time. It's a risk. – Lou Franco Jul 23 '10 at 0:49
The developers of ffmpeg don't consider use on iPhone to be a violation of the license. – alex strange Aug 24 '10 at 19:00
That Wikipedia quote ends with [citation needed]. If you google that quote, all links point to the Wikipedia article. I don't mean to be negative, but I read through the LGPL 2.1 and AFAIK things are not that black and white; but I can't wait to be proven wrong. Are you basing this answer solely on that quote? – Steph Thirion Apr 27 '11 at 17:40
The important thing is how the copyright holders of any LGPL (or GPL even) code you want to use interpret the licnese, because it is they who would be able to have your app pulled (or worse). How anybody else interprets it is fairly irrelevant. So, if you are pondering using LGPL or even GPL code in an app, you need to hope the code has a single or small set of copyright owners, and just ask them nicely. – tml Jun 1 '11 at 9:25
feedback

This is not legal advice, I am not a lawyer, but it sounds like you need a library with a BSD or Apache license. That would be the case if you were developing a proprietary desktop program that used an open source library. I don't know if Apple has any further restrictions for iPhone apps.

link|improve this answer
1  
LGPL will impose additionally restrictions. Since the phone does not support dynamic linking, and the LGPL requires you be able to substituted in modified copies of the code you will need to provide a partially built copy of the app someone can use to relink against modified version of the lib. – Louis Gerbarg Jan 20 '09 at 1:52
Thanks for the clarification, I removed the suggestion to try LGPL from my answer. – Ryan Ahearn Jan 20 '09 at 4:31
feedback

I don't think LGPL will work for iPhone applications.

The problem is that the iPhone runtime does not allow you to bundle shared libraries (or frameworks) with your app. Only single binary applications are allowed. The LGPL is based on the assumption that you bundle a shared library with an application. Direct linking is still forbidden.

link|improve this answer
Direct linking is not forbidden by the LGPL. The license explicitly allows static (direct) linking; you just have to make object files available in that case. – JosephH Jan 11 '11 at 12:45
1  
@JosephH: It also has to be possible for the end user to replace the library with a modified version. That seems to be impossible on an iPhone. – Thilo Apr 22 '11 at 7:40
@Thilo : It might be possible for an end user to buy a new Mac and purchase a $99 developer license from Apple, which would enable the use of all the tools required to build and install from object files onto an iPhone. – hotpaw2 Apr 22 '11 at 8:08
1  
@hotpaw2: So you are saying he has to purchase an additional license to be able to use his LGPL rights? I don't think the LGPL allows for that. – Thilo Apr 22 '11 at 8:28
@Thilo The LGPL does allow for that - on other platforms there is no free compiler, it is a perfectly acceptable that a user who does not possess a compiler or other necessary tools is unable to compile a replacement binary. You are partly right though; the appstore T&Cs are incompatible with the LGPL - many authors of LGPL software (with the FSF being a notable exception) view this only as a technical violation of the license, and allow usage of the LGPL libraries on the iphone. (This relates to LGPLv2; LGPLv3 may be slightly different.) – JosephH Apr 22 '11 at 15:36
feedback

(I am not a lawyer.)

Static object file linking may address the question of how to allow an app which uses LGPL licensed code to be made available without distributing the non-LGPL'd portions of its source code.

But it seems like LGPL, as a variant on GPL, imposes a larger insurmountable problem for iPhone app development in that the development tools needed to create and distribute any iPhone app are only available under terms from Apple that are incompatible with GPL. ie. There is a $100/year fee, and there are numerous terms and conditions on the use of those tools that are not part of the GPL license. The terms of the license for Apple's iPhone developer tools seem to be incompatible with the spirit of and perhaps also the letter of GPL.

link|improve this answer
One thing to remember in all this: it is totally legal and clear to make an GPL/LGPL app for iOS and distribute it outside of the App Store. It is the App Store that is the issue. – Hans-Christoph Steiner Oct 25 '11 at 18:01
feedback

If you're not releasing your source code, you can't use any strict copyleft license. You can't use any GPLv3-based license in any case, since the iPhone distribution conflicts with the no-Tivoization clause.

If you're using LGPLv2, you'll have to provide your program in linkable format, which may or may not be acceptable (at least it's not source code), and this is likely to be something you don't want to deal with, unless the library offers a lot of benefit.

If there's one copyright holder on the library, you can always see if you can get a license exception.

You won't have any problem with the typical BSD/MIT/Boost/whatever permissive licenses. There are a lot of Open Source/Free Software licenses out there, and for the rest you'll have to read them and see.

link|improve this answer
feedback

When I try to port Fuego onto iPhone, I asked a similar question on the fuego mailing list. So far, my understanding is "LGPL is not compatible with AppStore". A previous question also receives an answer as: no.

link|improve this answer
Apparently, it is. But they closed that loophole in v3. – steipete Apr 12 '11 at 23:40
feedback

LGPL 2.1 is app store friendly. It includes the static linking clause. So any app that specifies LGPL 2.1 or "LGPL (version 2 or later)" (because that includes 2.1)

LGPL 2.1 includes the following:

When a program is linked with a library, whether statically or using a shared library...

However, I am not a lawyer, so ask one.

link|improve this answer
1  
The static linking is not an issue of the license. The App Store terms are incompatible with the GPL/LGPL's terms that say that you give the users the same rights to run the program, see its source code, and modify its source code. – Hans-Christoph Steiner Oct 25 '11 at 17:57
feedback

A good example is Wunderradio. They use ffmpeg and other LGPLv2 licensed frameworks, and provide the .o files on their website.

Strangely, they also provide full source code for their app.

http://wunderradio.com/code.html

link|improve this answer
feedback

The Apple App Store is incompatible with the FSF's copyleft idea which is present in all versions of both the GPL and LGPL, and also the Affero GPL. The Apple App Store does not let users take Free Software, modify it, then run it on their own devices freely. They require you to use DRM, pay $100 a year, to agree to their additional terms, etc. There is a pretty good write up of this here: http://michelf.com/weblog/2011/gpl-ios-app-store/

It is completely legal to distribute GPL/LGPL software for iOS outside of the App Store, the problem lies with the Apple App Store. So I recommend lobbying Apple to change their restrictions. Mac OS X and iOS even fundamentally rely on GPL/LGPL software (e.g. gcc and many more), so Apple is enjoying the freedom yet it is denying its users the same freedom.

As for licenses that the App Store is compatible with, you will need to go with the very permissive licenses like BSD, MIT, Apache, or public domain.

link|improve this answer
I don't recommend lobbying Apple to change restrictions because it can't. Apple needs to pay salaries to software reviewers and traffic costs of app downloads—even for free apps. $100/year is quite reasonable. Instead, you should lobby the library authors to change licensing from LGPL to something that doesn't require free unrestricted modifiability of end software by users. For example, a year ago cocos2d moved from LGPL to MIT license. – yakovlev Nov 15 '11 at 14:50
I think you are mistakenly equating to things that do not belong together. Apple has many lots of money over the past decades selling software without DRM. The App Store and its DRM requirement is new. Also, there are many companies and people that make money selling GPL software. RedHat, Digium (Asterisk), Cygnus Solutions, MySQL, etc. – Hans-Christoph Steiner Nov 16 '11 at 16:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.