Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Licensing for iOS deployment

Licensing for iOS deployment

Scheduled Pinned Locked Moved Mobile and Embedded
ioslicensing
8 Posts 3 Posters 3.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mcosta
    wrote on last edited by
    #1

    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

    Once your problem is solved don't forget to:

    • Mark the thread as SOLVED using the Topic Tool menu
    • Vote up the answer(s) that helped you to solve the issue

    You can embed images using (http://imgur.com/) or (http://postimage.org/)

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Manfred
      wrote on last edited by
      #2

      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.html

      cheers
      Manfred

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mcosta
        wrote on last edited by
        #3

        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??

        Once your problem is solved don't forget to:

        • Mark the thread as SOLVED using the Topic Tool menu
        • Vote up the answer(s) that helped you to solve the issue

        You can embed images using (http://imgur.com/) or (http://postimage.org/)

        T 1 Reply Last reply
        0
        • M mcosta

          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??

          T Offline
          T Offline
          TioRoy
          wrote on last edited by
          #4

          AFAIK, 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.

          1 Reply Last reply
          1
          • M Offline
            M Offline
            mcosta
            wrote on last edited by
            #5

            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)

            Once your problem is solved don't forget to:

            • Mark the thread as SOLVED using the Topic Tool menu
            • Vote up the answer(s) that helped you to solve the issue

            You can embed images using (http://imgur.com/) or (http://postimage.org/)

            1 Reply Last reply
            0
            • T Offline
              T Offline
              TioRoy
              wrote on last edited by
              #6

              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.

              M 1 Reply Last reply
              0
              • T TioRoy

                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.

                M Offline
                M Offline
                mcosta
                wrote on last edited by
                #7

                @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.

                Once your problem is solved don't forget to:

                • Mark the thread as SOLVED using the Topic Tool menu
                • Vote up the answer(s) that helped you to solve the issue

                You can embed images using (http://imgur.com/) or (http://postimage.org/)

                T 1 Reply Last reply
                0
                • M mcosta

                  @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.

                  T Offline
                  T Offline
                  TioRoy
                  wrote on last edited by
                  #8

                  @mcosta said:

                  Is that allowed?

                  With Indie Mobile? Indie mobile = OpenSource with only one difference: static lib for IOS.
                  No comercial components, no QtCreator addons, no support, no qtquickcompiler....

                  Why not?

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved