Re: [Interest] Mac App Store submission issues

2012-02-15 Thread Paul Miller
On 2/15/2012 3:00 PM, noru...@me.com wrote: > This works in Qt 4.8. > > Set only your application name (Demo) and organization name (mydomain.at) and > call: > QSettings settings; > > The location for sandboxed apps is > ~/Library/Container/at.mydomain.Demo/Library/Preferences/ > You can get this

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread norulez
This works in Qt 4.8. Set only your application name (Demo) and organization name (mydomain.at) and call: QSettings settings; The location for sandboxed apps is ~/Library/Container/at.mydomain.Demo/Library/Preferences/ You can get this information with settings.fileName(). Am 15.02.2012 um 21

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread Paul Miller
On 2/15/2012 7:36 AM, Matilainen Pasi wrote: > - Storage location paths do not conform to App Store requirements when a > localized company or app name is used. Not a very common problem as far as > I know, but there's a patch for this in QTBUG-16549. I just had my most recent submission rejected.

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread Till Oliver Knoll
Am 15.02.2012 um 14:36 schrieb Matilainen Pasi : > Since the information about submitting Qt-based applications to the Mac > App Store is scattered around in mailing lists ... First off, thanks a lot for this great summary. (And also for that other codesign summary!) Indeed, information about

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread norulez
Hi, Thanks for the great summary. :-) I'm not sure which one is already done, but I think I saw the changes for "File open/save dialogs" and/or the "Global Qt settings" problem already in the Qt 4.8 sources. There is also an issue with macdeployqt. For example when my app make use of QtCore,

Re: [Interest] Mac App Store submission issues

2012-02-15 Thread Paul Miller
On 2/15/2012 7:36 AM, Matilainen Pasi wrote: > Since the information about submitting Qt-based applications to the Mac > App Store is scattered around in mailing lists and bug reports, I thought > it would be good to gather a list of the known issues and any solutions to > those issues. Here's the

[Interest] Mac App Store submission issues

2012-02-15 Thread Matilainen Pasi
Since the information about submitting Qt-based applications to the Mac App Store is scattered around in mailing lists and bug reports, I thought it would be good to gather a list of the known issues and any solutions to those issues. Here's the list of App Store-related issues that I am aware of: