Quote Originally Posted by AronR View Post
So we submitted a Qt based app to the App Store and had it rejected for the following reasons: [...]

They need you to create the directory not like
~/Library/Application Support/Company Name/Product Name

but as

~/Library/Application Support/bundleId (com.company.App)
Now that was a really informative post on that subject, thanks for sharing even the patches.

One question though: did you in any form contact/inform Nokia about this, e.g. as a "Suggestion" at http://bugreports.qt.nokia.com/?

I haven't studied your patches in detail yet, but I think there should be a Qt API which lets the application control where the Qt configuration is stored, and how the own application settings are called.

From what I understand from your post is that currently one has to patch the Qt sources, as to make certain functions visible, is that right?

Thanks for sharing!
Oliver