开发者

Different name for ipad application

开发者 https://www.devze.com 2023-03-16 20:11 出处:网络
i have developed an ipad application. now i want to submit 开发者_如何学Cthe application on apple store. My application name is quite long enough \"*** ***** *****\" which can not be fully seen on ipa

i have developed an ipad application. now i want to submit 开发者_如何学Cthe application on apple store. My application name is quite long enough "*** ***** *****" which can not be fully seen on ipad screen. but can i have different app name for display like *** **** on ipad and Different for apple store submission.

Kindly help. Thank you in advance...


In your Info.plist, look for the key "Bundle display name", that's the name that will show under the icon.

When you submit to the AppStore, they'll let you pick a name. This one will not override that name on the Info.plist.


You can also add CFBundleDisplayName = "Your name"; in your InfoPlist.strings file. This will enable you to localized the app name.

0

精彩评论

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