今天遇到一个问题,app上架appstore后,发现,语言列表中出现N多国家的语言,要求语言栏对应只显示简体中文。
错误尝试:我在itunes connect 中尝试更试“销售范围”-改为中国区,无效尝试,并未发生改发。
尝试正确做法及过程:
1.我在itunesconnect中,点联系我们中,选择对应的问题,最后apple给出了问题及造成原因
以下为文字版本
Frequently Asked Questions:
**Where do the available languages displayed for my app on the App Store come from? **This list of available languages shown on the App Store is based on your app bundle's localization (.lproj) folders. Missing, incorrect, or invalid localizations in your app bundle can be caused by misconfigured localizations in your Xcode project. You cannot change the languages shown on the App Store by editing the localizations on iTunes Connect.
For additional information on localizations and localization (.lproj) folders, submit a technical support request to Developer Technical Support (DTS). To receive support, you must use a Technical Support Incident (TSI).
2.根据此问题,我去代码中查到,用的一个第三方的开源库TOWeb做了语言本地化处理,上传appstore时,会默认支持这些语言,致此根源找到。
此外,我还在stackoverflow上也找到了对应此问题的解答,感谢解惑
附上链接地址
https://stackoverflow.com/questions/27240901/change-ios-app-list-of-supported-languages-in-app-store
谢谢你的阅读!欢迎留言一起学习iOS。