Localize watchkit companion app display name

陌路散爱 提交于 2019-12-06 06:47:08

问题


I am having some issues localizing app display name on apple watch companion app. Following the guide lines i have localize the CFBundleName as follow:

CFBundleDisplayName = "My app"; CFBundleName = "Myapp";

I did it for every different language supported by my app, but in apple watch companion app it is always shown the english CFBundleDisplayName.

Any idea on how properly localize apple watch companion app name?

thank you very much for helping


回答1:


I believe that is a bug of the iOS9. The reason is clear, There is no apps on AppStore that provides localized companion App Title.



来源:https://stackoverflow.com/questions/32695954/localize-watchkit-companion-app-display-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!