I localized my app to Japan but I cannot see it - iphone

recently I uploaded my app internationally including Japan, France, China, etc using iTunes Connect.
I can see French version of my app at French Apple's App Store. However, I only appears in English at Japan & China's App Store. (I translated all the information in both languages just like in French)
What happened? What should I do to fix this?

Did you submit the extra paperwork that is necessary to sell apps in Japan? There is a special form you need. Without that your apps won't appear in Japan.

Found the answer in the Apple dev forums. Apparently changing the App Store country is not enough, you need to set your Mac's preferred language in System Preferences.
Close iTunes
Open System Preferences, go to Language & Text, then drag Japanese (or whatever) to the top of the list
Close System Preferences
Open iTunes, then change your App Store country to Japan (or whatever)
Your localized app name/description should appear correctly

Related

Can you partially translate your iOS app on the App Store?

I am interested in translating my app, but it is expensive. Is it possible to partially translate your app and then put that up on the app store? iTunes Connect asks you which languages your app is available in when you upload it. So I have two questions about how it works:
If you do not select "French," for example, then it will not say on the app store that your app is available in French. However, if you have some French strings files in your app, will it still work even though your app is not listed as being available in French on the App Store?
Also, the only way to get a translated app description on the app store is to select that the app is available in that language. If you say on the app store that your app is available in French, for example, but it is only partially translated and also has a translated app description, then will you get in trouble with the app store submission?
In Xcode you localize your xibs and/or add a Localized.strings file. If Localized.strings is localized to English and French, then iTUnes will, after upload of the binary, show the app as being available in the two languages.
The app store description will be in the language you have inserted in iTunesConnect. You can for example present English text in the French App store. Or you put a French text as the app description for the English speaking AppStores. I am not aware of rejections due to that.

Localized app description does not appear on the App Store

I have a new iPhone app up on the App Store. This app has been fully localized into English and German. German is the native language of this app.
I added the English App Store description, added localized screenshots (and entered an English name for this app) in iTunes Connect ("Manage Localizations" - "Add Localization")
Unfortunately this translation does not appear on the App Store. Even in the UK and US App Store, there's always the German version of the app description.
This is not my first (localized) app which is available on the App Store ... but in this case, I have absolutely now idea what I'm doing (or what I did) wrong.
My app is called "ÖPNV-Navi" (the localized English title is "PT Guide"):
http://itunes.apple.com/gb/app/opnv-navi/id455704043?mt=8 (UK Store)
http://itunes.apple.com/us/app/opnv-navi/id455704043?mt=8 (US Store)
http://itunes.apple.com/de/app/opnv-navi/id455704043?mt=8 (German Store)
Any idea?
Because your default language is German (This setting in iTunesConnect can NOT be changed once you submitted an App), if the iTunes can't find the localized description for the user's system language, it will display your default language instead.
As I've mentioned before, the language is not depend on the country of App Store but the user's system language settings, in my Mac which use English as its system language, I can see your English description in US Store. But in UK Store, since I am not using UK English as my system language, I got your default language: German.
If you change your Mac's system language into English, you will see your English description in US Store.
In addition, the most weird thing is the localized descriptions are bound to the specific country of App Store.
What dose this mean?
It means even you've created an English description in iTunes Connect, and the user do have English as his/her system language, but if he/she is NOT watching the US App Store, he/she will NOT get the English description but your default language, German.
What a confusing situation, what a "great" system, right?
My problem was that I also did not see the localized description in the app store.
The solution was that both the system language (in iOS or OS X) AND the app store country should be according to the language you want.
Localize App Store information
After you add an app to your account, you can add languages and enter localized information about your app that appears on the App Store. For a list of the languages and locales you can localize app metadata for, see App Store localizations. For the properties you can localize, see Required, localizable, and editable properties.
For example, if the primary language is set as English, the information in all App Store territories appears in English. If you add French to your app and localize the text, keywords, and screenshots, users whose language setting is French, see the French localization. Users who are located in a territory that includes French, but not English, as a supported language, also see the French localization. Users can also search for your app in all French-language App Stores using the localized keywords. In other App Store territories, users see the information in the primary language (English in this example).
The user’s language setting on the device controls which localization appears on the App Store. If there’s no localization available that matches the language, the next closest localization is used. If you want locale-specific metadata to appear, add a language for a specific locale to your app—for example, add French (Canada). The Apple Store URL for your app is the same, regardless of the user’s device language settings.
The languages you add to an app in iTunes Connect are not the same as the languages you add to your app in Xcode. The languages that you add in Xcode appear under Languages on the App Store. To localize your app binary, read Internationalization and Localization Guide.
iTunes Connet help:
en: https://help.apple.com/itunes-connect/developer/?lang=en#/deve6f78a8e2
中文: https://help.apple.com/itunes-connect/developer/?lang=cn#/deve6f78a8e2

iPhone app description in another language without localization?

We're looking to submit an app to the iPhone app store in several countries. The app itself is in English (and we won't have localization for other languages at launch) but we still want to provide app descriptions in several languages.
Does anybody know if this is possible/advisable?
You, you can do this directly in iTunes Connect. Under the "Manage Your Apps" area you can click on the App's Details which will take you to the details area where you can manage your localizations.
Just note that you will have to do this before the app version has been approved by Apple.

Iphone app for german app-store (localization)

i recently published an iphone app using monotouch to the market.
It's currently in the waiting for review status.
Today i found out that when clicking on the button "View in appstore", the following happens:
Itunes openes with the following message (Your app is in the US-Market, click to change your default ....)
"Your app is not available in the us market".
I'm irritated about this messages and unsure if i did anything wrong because i did not use the official localization. My localization is completely build in C# and does not use "lproj" files.
So i DO NOT have any +en.lproj or de.lproj folders in my app.bundle.
The binary details in Itunes-Connect says the the following: Localizations: ("en")
Does this mean my app will not be available in the german market if it gets approved, even though my default language in Itunes Connect is "german" and i have added all the app-details in german?
How does Itunes Connect decide in which markets the app is available?
The problem is that i don't want to publish a new binary and risk waiting another +5days, because the app should already be in the market (customers ...)
Just the be clear: The app does have english and german localization strings and will show the correct ones depending on the user-language -> but it's all written in C# ...
Does this mean my app will not be available in the german market if it gets approved, even though my default language in Itunes Connect is "german" and i have added all the app-details in german?
How does Itunes Connect decide in which markets the app is available?
Find under Manage Your Applications -> "YourAppName" -> Rights & Pricing -> "specific stores". You can change all territories in there.
As long you app is not reviewed yet -the app store link does not work.

Localize Application icon for UK market and for USA market on iTunes

I'm trying to figure out a way of localizing the application icon (Icon.png) for the US Market and the UK market for my app I want a different type of vehicle picture for the uk rather than the US for instance.
This looks quite easy to do the info.plist and localize for English to French for instance but I couldn't figure out a way to do it for UK to USA.
In app it's easy just query the Locale but I've not idea how to do it for the application Icon which I can't control programatically
Thanks
Graham
Prepare two versions of app (with slight different names). One for USA store and one for UK store
Upload both the apps to app store and restrict your app to that particular iTunes store.