开发者

How to correct the spelling of app name in App Store?

I know this may be impossible but...

I just got an app approved, and everywhere (that I can see) it is capitalized correctly - it's called "Daybreak", but when you download it, the name under the icon is "da开发者_高级运维ybreak". I let Xcode take care of all that naming stuff this time, so I'm not sure where it got changed, or where the app store is taking the app name from. Like I said, every where else it is correct - just not under the icon in my phone!

[EDIT] One other place it shows up lower case is in the organizer for its archive. On the left it's lower case; when selected, it's lower case in the large font at the top of the details, and upper case just below that...

[EDIT] I should mention that I'm using Xcode 4...

[EDIT] The following are from my target's info tab:

Bundle display name   ${PRODUCT_NAME}
Bundle identifier     com.lollygaggersoft.${PRODUCT_NAME:rfc1034identifier}

[EDIT] I was able to fix the issue by manually changing my Bundle display name to the correct capitalization and leaving the Bundle identifier alone. This worked when I submitted my update.


Look at Info tab in Target settings. There are two keys:

Bunle name -- is name of directory (followed by .app) where all program stuff are kept.

Bundle display name -- is wat you exactly need, it is the name that will be displayed in SpringBoard

It's common to set both bundle name and bundle display name to ${PRODUCT_NAME}, than set field "Product name" in project Build settings to whatever you want

PS In organizer you see bundle name in small fond and bundle display name in large font.

PPS AFAIK you need to upload another version to appstore in order to change display name.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜