CaptainBear
CaptainBear

Reputation: 167

Wildcard App ID and Bundle ID naming

I have created a wildcard App ID and have some questions about bundle ID validity for my app. I don't have a company; I am publishing under my own name.

1) Would a bundle ID, "MyName.CoolAppName" be valid?

2) Or do I have to write, "com.MyName.CoolAppName" ?

3) Or could I use simply use "CoolAppName" ?

Thanks!

Upvotes: 1

Views: 2612

Answers (2)

Maksim
Maksim

Reputation: 2052

All these names are valid, but you should use the second one, because of it is common name notation and it will be unique.

Upvotes: 0

Andrew Zimmer
Andrew Zimmer

Reputation: 3191

All of these are valid, however, there is a reason people usually use a reverse domain naming system for creating App ID's.

The most important thing to remember is every App ID created, by anyone, has to be unique. So if someone else has already made a 'CoolAppName' App ID, you are going to be out of luck.

Most people use the standard com.companyname.appname because it's easy to read, it's standardized, and it's almost definitely going to be unique.

Naming your App ID in a different fashion isn't going to make a ton of difference, but I'd suggest following the standard.

Upvotes: 3

Related Questions