What does an AppId actually consists of .. com.mycompany.applicationname.

i) does this applicationname(right last one) should be the same as of the name .app binary to be submitted to the Appstore.

ii) is there any way to change the appname after submitting it to the appstore once.

link|improve this question
feedback

1 Answer

This question is already answered on StackOverflow.com.

i) It's a unique identifier, your company's domain name (reversed) followed by the app name. This was already answered over on SO. There are more details on Apple's Developer Connect site.

ii) No, see this question on SO.

link|improve this answer
BTW, it doesn't have to be the company domain reversed, that is Apple's recommendation. It just has to be unique worldwide among all developers. You can also use wildcard's, ie: com.apple.* – progrmr Dec 17 '09 at 0:25
feedback

Your Answer

 
or
required, but never shown