tags:

views:

34

answers:

2

I am planning to release an iPhone app. Where can I set the company's name in the info.plist file?

UPDATE:

In addition to the company's name, I wanted to set the Product name and version.

Is iTunes Connect the only option? or we can do it in the project itself.

A: 

I don't know if it's possible to set it in the Info.plist but you can in the Projects Settings.

MathieuF
I found a field named "Organization name" in Project general settings. Will setting a name here be updated in App store?
Krishnan
Just in XCode. in the AppStore the name visible is the name of your company account used to post your application.
MathieuF
Thanks MathieuF. I got it now. :)
Krishnan
+2  A: 

The name that appears under your application in the app store is set in iTunes connect. You can't set it per app... the name is a one time thing - you can't change this, unless you buy a new developer account!

You set the name that displays under the application icon on the home screen of your iphone in info.plist. This is the Bundle display name. The application title in the app store is set in itunes connect (and the version number - although you do have to specify a version number in XCode as well, and if the version number differs from XCode to ITunes connect - I've heard - your app will be rejected).

Just go through the process (like everyone else) and you'll understand.

Thomas Clayson
Does it mean that, the name that appears in springboard alone can be set through info.plist file? :)
Krishnan
yep... thats the Bundle display name. You can set it and see it in the simulator.
Thomas Clayson
Thanks Thomas. :)
Krishnan