开发者

Cannot localize iPad app name in "Open in"

开发者 https://www.devze.com 2023-02-19 14:32 出处:网络
I have set CFBundleDisplayName and CFBundleName in InfoPlist.strings. The app name is correctly localized on the iPad main screen and under the app list in settings.

I have set CFBundleDisplayName and CFBundleName in InfoPlist.strings. The app name is correctly localized on the iPad main screen and under the app list in settings.

However, I cannot get it to be localized in "Open in" app list when I try launch my app by opening PDF files from other a开发者_Go百科pplication. The app name is also not localized in the app list of File Sharing on iTunes on my Mac. They always display the ${PRODUCT_NAME} instead.

Other notes: I have set CFBundleAllowMixedLocalizations and LSHasLocalizedDisplayName to true, and CFBundleDevelopmentRegion to English. CFBundleDisplayName and CFBundleName are set to ${PRODUCT_NAME} in Info.plist (default settings).

Please help. Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消