Wrong languages listed in store

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
John
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 30
Joined: Sun Jul 02, 2006 9:41 pm

Wrong languages listed in store

Post by John » Sun Jul 10, 2011 7:10 pm

I have two apps in the Mac App store. They list a range of languages in the store description (only english is actually supported). This is not something that you can set during app submission and appears to be read from the applications bundle.

I removed all of the language specific folders from the 'resources' folder in the bundle and resubmitted one app. It was rejected as an invalid binary.

I have users that are upset that the advertised language is not supported (as they should be). How can I remove language support without invalidating the binary? Any help would be greatly appreciated.

Thanks,
John

andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: Wrong languages listed in store

Post by andyh1234 » Mon Jul 11, 2011 9:12 pm

You have to leave the english language folder in, and remove the rest. If you right click on the app and select 'show package contents', then drill down into Contents -> Resources, you should be left with...

English.lproj (folder)
yourapp.rsrc (file)
standalone.icns (file)
standalongdoc.icns (file)

You also have to update the info.plist file in the contents folder to add the category, and ensure everything is correct (version numbers etc).

Once you have done this, then you go on to sign and package the app and submit it to Apple and once approved the languages disappear.

I had the same problem and changed the description in the meantime to start with 'This version of the app is in English only' to stop the flood of people saying it said it was available in all the other languages!

John
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 30
Joined: Sun Jul 02, 2006 9:41 pm

Re: Wrong languages listed in store

Post by John » Tue Jul 19, 2011 8:00 am

Thanks for the help. I will give it a go and update the app. It is a bit embarrassing (and unfair) to have an app listing languages it does not support.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Wrong languages listed in store

Post by Klaus » Tue Jul 19, 2011 1:10 pm

Hi guys,

this should be considered as a serious bug in my opinion!
Write a report to: bugs@runrev.com


Best

Klaus

Post Reply