我试图google这个,但找不到任何合适的答案,我即将发布一个有一些第三方lib集成的应用程序,这个lib有多个本地化,而我的应用程序只有英文.
我的问题是,当我的应用程序在iTunes上发布时,我恐怕iTunes可能会将应用显示为具有多个本地化,这将是一个谎言,因为只有lib具有翻译.
对于此版本,我将从lib中删除额外的本地化,以防止用户在下载应用程序时出现混淆,但是我想知道是否可以在项目中保留lib的翻译,同时确保itunes不会显示该应用程序具有多个本地化.
感谢您的帮助.
解决方法
你见过这个吗?
“Try to look at the info.plist which defines localizations and I guess some work in iTunesConnect should be done as well,but before approving an app.”
“Info.plist has a key CFBundleLocalizations which Xcode displays as Localizations is an array where you list the country codes. I did not do anything in iTunes Connect,but now it correctly reads the binary details after upload.”