Our app support English and Traditional Chinese only, so the Xcode config and the app store setting include these 2 languages only now.
However, the support languages displayed at the App Store show our app support Simplified Chinese.
Would like to know is there any config we missed or wrong setting we have done? Appreciate for any reply or suggestion.
The value of the Languages
field in the App Store is determined by the existence of the .lproj
folders in your app bundle. (For apps that don't use .lproj
folders to manage localized resources, the system infers the support languages from the CFBundleLocalizations
Info.plist entry.)
In your case, my best guess is that the app bundle your submitted to the App Store contains the .lproj
folder of Simplified Chinese (zh_CN.lproj
). You can check if that is the case.
Best,
——
Ziqiao Chen
Worldwide Developer Relations.