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