0

I have an app, which is approved, but not released to the app store yet.

How can I change the name under which it is displayed in the app store and on the device?

mrd
  • 4,561
  • 10
  • 54
  • 92

1 Answers1

0

The name that appears on the device it's not the same with the name on the app store. You can rename the app from the <ProjectName>-Info.plist file and update the app.

Then, you can change the app store name of the app too. (Not 100% sure if update is absolutely needed at this point.)

Iulian Onofrei
  • 9,188
  • 10
  • 67
  • 113
dmerlea
  • 894
  • 4
  • 12
  • I assume the key in the -Info.plist file is "Bundle Name"? Or "Bundle Display Name"? or both? – mrd Sep 17 '14 at 10:01
  • And what is the "Bundle Name" good for? Where is it displayed? – mrd Sep 17 '14 at 10:21
  • And the Bundle Identifier? If I had to change this, I will have to recreate all profiles, certificates, entitlements? Can I have a Bundle Identifier which is different from Bundle Name/Bundle Display Name? – mrd Sep 17 '14 at 11:01
  • Will I have to change the name of the app ID in the Developer Portal? – mrd Sep 17 '14 at 11:09