Can QT be published on the app store?
-
wrote on 13 Jun 2014, 13:04 last edited by
So I've been working on an app for a couple weeks now and come to find out that there's a possibility that I can't even submit the app. I'm using Qt 5.2.1 (Clang 5.0 (Apple), 64 bit) open source. This app will be a paid or will have items you can buy inside the app. I'm also not looking to pay 150$ a month to keep and app on the app store. Or I wouldn't want to spend all this time creating an app that will never pass submission. Thanks
-
wrote on 13 Jun 2014, 13:23 last edited by
AppStore requires it's apps to be static linked. According to the Qt license, the open source version only may be distributed as dynamic linked. So yes, you would need to use the commercial version...
-
wrote on 17 Jun 2014, 11:33 last edited by
You must use commercial version of Qt. "Qt enterprise buy.":http://qt.digia.com/buy/
-
wrote on 17 Jun 2014, 12:51 last edited by
What about on iOS 8? See this post: http://lists.qt-project.org/pipermail/development/2014-June/017202.html
-
wrote on 17 Jun 2014, 14:56 last edited by
Yes, now they are provide support of dynamic frameworks. Maybe now you can do it.
1/5