Android Question what should be the package name?

jtare

Active Member
Licensed User
Longtime User
I have a question about the package name, in my app by default the package name is b4a.myappname I was reading in some forums and almost every post said that the package name should be com.organizationname.appname or com.appname .
My question is, if I don't own a organization domain or any domain, can my package name be com.myappname ?
Im about to publish my first app in Google Play.
 

JonPM

Well-Known Member
Licensed User
Longtime User
You can also use your personal name or some alias, i.e. com.johnsmith.myapp. Or you can pretty much name it whatever you want, it is just the common convention to use com.orgname.appname.
 
Upvote 0

jtare

Active Member
Licensed User
Longtime User
You can also use your personal name or some alias, i.e. com.johnsmith.myapp. Or you can pretty much name it whatever you want, it is just the common convention to use com.orgname.appname.
Thanks! I went with com.organizationname.appname
 
Upvote 0
Top