今天遇到一個(gè)問題,app上架appstore后,發(fā)現(xiàn),語言列表中出現(xiàn)N多國家的語言,要求語言欄對應(yīng)只顯示簡體中文。

錯(cuò)誤嘗試:我在itunes connect 中嘗試更試“銷售范圍”-改為中國區(qū),無效嘗試,并未發(fā)生改發(fā)。
嘗試正確做法及過程:
1.我在itunesconnect中,點(diǎn)聯(lián)系我們中,選擇對應(yīng)的問題,最后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.根據(jù)此問題,我去代碼中查到,用的一個(gè)第三方的開源庫TOWeb做了語言本地化處理,上傳appstore時(shí),會(huì)默認(rèn)支持這些語言,致此根源找到。

此外,我還在stackoverflow上也找到了對應(yīng)此問題的解答,感謝解惑
附上鏈接地址
https://stackoverflow.com/questions/27240901/change-ios-app-list-of-supported-languages-in-app-store
謝謝你的閱讀!歡迎留言一起學(xué)習(xí)iOS。