Today I updated to Xcode8 and the latest Unity.But I can't localize the app name.
I created the InfoPlist.strings,and using
CFBundleDisplayName="App Name";
to localize the app name like before,but when I install the app,the name is not localized.
Anyone know how to solve the issue?
I created the InfoPlist.strings,and using
CFBundleDisplayName="App Name";
to localize the app name like before,but when I install the app,the name is not localized.
Anyone know how to solve the issue?