Licensing for iOS deployment
-
wrote on 28 Sept 2015, 12:59 last edited by
Hi all,
in my company we use the LGPL version of Qt to deploy applications for Desktop (OS X, Windows and Linux) and Android.
We're planning to create also iOS apps. Is in this case LGPL still available (iOS version is statically linked)?Thanks
-
wrote on 28 Sept 2015, 16:10 last edited by
hi mcosta,
Yes you can use the comunity version for ios.
When building for ios you have to be on a MAC and use XCode.
QtCreator will generate an xcode project for you and call the clang compiler behind the scenes.
This will build an IPA (ios program archive, if I recall correctly) which is an equivalent of an installer.
This IPA can then be installed via iTunes or XCode on your device (iPad, iPhone...)for more info please take a look at this :
http://doc.qt.io/qt-5/ios-support.htmlcheers
Manfred -
wrote on 28 Sept 2015, 16:15 last edited by
thanks for the answer but my question is about licensing.
Can I use the opensource version of Qt to distribute iOS apps or shall I buy a license??
-
thanks for the answer but my question is about licensing.
Can I use the opensource version of Qt to distribute iOS apps or shall I buy a license??
wrote on 28 Sept 2015, 17:00 last edited byAFAIK, no.
Qt for IOS is compiled as static lib, because Apple does not allow dynlib on Apple Store. So it breaks GPL/LGPL.
To keep your source closed, you need to use a commercial version of Qt.
-
wrote on 28 Sept 2015, 19:18 last edited by
Ok, you confirm what I supposed.
The only thing is understand how many licenses we need to buy. Our team is about 10 developers but we only need to build for iOS (expected only small part of platform specific code)
-
wrote on 29 Sept 2015, 19:50 last edited by
Here, we have 1 license to build and publish the app.
The others developers have the opensource version.But we have an Indie Mobile License, (do not exist anymore?). The page to buy Indie Mobile still exists
The full comercial license offer more tools, compared with Indie Mobile.
-
Here, we have 1 license to build and publish the app.
The others developers have the opensource version.But we have an Indie Mobile License, (do not exist anymore?). The page to buy Indie Mobile still exists
The full comercial license offer more tools, compared with Indie Mobile.
wrote on 30 Sept 2015, 21:56 last edited by@TioRoy said:
Here, we have 1 license to build and publish the app.
The others developers have the opensource version.Is that allowed?
We have a single machine used to build official packages to publish in AppStore (signature, provision profile, ...).BTW, something to clarify with the Qt Company.
-
@TioRoy said:
Here, we have 1 license to build and publish the app.
The others developers have the opensource version.Is that allowed?
We have a single machine used to build official packages to publish in AppStore (signature, provision profile, ...).BTW, something to clarify with the Qt Company.
6/8