If i want to create an Android application and publish it on the market, can I use com.wordpress.MyName.appName as my package name ?
What’s usually the package name for publishing personal applications in the android market ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your package name can be literally anything and everything. But when you publish an app on the market place, you need to make sure that your package name is unique.
So, if already someone is using the name of the package in an already published app, you can’t use it.
The reason is that if the package name is same for two apps then the phone OS needs to uninstall the previous app before installing the new one as two apps with the same package name cant co-exist in a phone.
So, it is advisable to make your unique package name and use it while publishing the apps on the marketplace.
I feel that this would be the best way to do it.
[com/edu/org/…].[organizationName].[projectName + version/date]