PhoeDrive
PhoeDrive

Reputation: 63

Android Package Name, Do i need a domain or not?

I'm now study Android Programming on my own, i have problem of understand for this "domain name" for the package...i have refer it in developer android website..and it say "domain name of your website". So i must create my own website to create an android app or i can just create it my own without website domain name?

P/s: this question is not about how the arrangement of the package name..this is question about do i need to have website or not..thank you.Please Answer kindly^^

Upvotes: 6

Views: 6977

Answers (1)

Raghav Sood
Raghav Sood

Reputation: 82563

No, you do not need to have the actual domain name registered to you and linked to a website.

However, as a general practice most people do buy the domain name, as it prevents anyone else from doing so, and they can use it as a unique identifier for their apps.

Upvotes: 6

Related Questions