licensing - Does Apple allow Qt on iOS as dynamic library? -


with technology preview of android/ios support in qt 5.1, there news on deploying apple's app store yet? since non-commercial version of qt lgpl-licensed, , dylibs not permitted app store rules, there not exception either on digia's or apple's side, licensing talk doesn't provide up-to-date information on matter.

so, did try push dynamically linked qt app store, or have official statement of either party?

so, did try push qt app store, or have official statement of either party?

yes, there qt demo applications in there. see following examples:

https://itunes.apple.com/us/app/subattack/id659283830

and

https://itunes.apple.com/us/app/qtquicksand/id666273528

this answers question , concern believe. further information, qt 5.2 come more support mobile platform. although, not working on port in qt project, see developer 5.2 seems support lot more.

for instance, v8 has got replaced new shiny v4 engine allow proper qtquick2 delivery platform.

that being said, apple store not allow dynamic libraries runtime loading, need link statically.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -