Possible Duplicate:
iPhone: Can I use simple name for bundle name and bundle display name?
It is reasonable that app name at app store and bundle display name(name on home screen) must be similar.
Because both of them are displayed to users.
But bundle name is not displayed to users.
Do you have to make bundle name similar to app name at app store, too?
They don’t have to be exactly similar.
For instance the name of your app in the appstore could be:
Tweet Helper Unlimited Genuine Edition. Your bundle-name can be something like:Tweet Helper Unlimitedand your bundle display nameTweet Helper. This would be okay.Ofcourse they should be ‘almost’ similar, as long as the don’t mismatch like so:
Appstore name:
Tweet Helper Unlimited Genuine Edition, whilst the bundle (displayname) is something likeDog Personalizer. This’ll get your app rejected.You catch my drift?