View Single Post
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#11
Originally Posted by suy View Post
Excuse my ignorance, but how is this possible at all? I thought that apple controled the iPhone development plattform in a way that forbids 3rd party APIs to programming. That's why Flash, Java, Opera (or other browsers) are totally forbidden..
no, Qt won't be a problem because it's just a wrapper which get compiled into your program
like any other C/C++/ObjC source code (if you're using static libraries).
Flash or Java are other programming languages or complete apps which Apple can easily
filter out.
In theory, Apple would not even notice that an app was written using Qt.