Has anyone successfully created a localized app on the iTunes App Store with Corona? We have a localized app, but the App Store still lists it as “English” language only.
We are successfully detecting the language preference of the device, via:
local language = system.getPreference( "ui", "language" )
And we are successfully serving up different language content within the app based on the device’s language preference.
And we have added localizations in iTunes Connect, and added descriptive text and screenshots for 3 different languages.
But the app is still listed as being “English” only when viewed in iTunes. For some reason, iTunes still doesn’t ‘know’ that our app is localized.
I would think that simply adding multiple localized versions via iTunes Connect would be enough to get iTunes to be “aware” of the localization – but apparently that’s not the case.
Do I need to specify that localization options are available in my build.settings file or something?
We’re obviously missing some crucial step, because our app *is* localized, has localized app store listings and screenshots… but iTunes still just says “Language: English”
What am I missing??
Thanks in advance.
[import]uid: 40285 topic_id: 15049 reply_id: 315049[/import]
[import]uid: 3826 topic_id: 15049 reply_id: 55680[/import]


