Reputation: 1506
Is it possible to use different package names in one Google Play Developer account?
For example my applications are:
app 1 : com.example.app1
app 2 : com.abcde.app2
app 3 : com.xyzt.app3
Can i publish all that applications with one Google Play Developer account? OR do i have to use the same package name for all the apps as follows:
app 1 : com.example.app1
app 2 : com.example.app2
app 3 : com.example.app3
Upvotes: 1
Views: 2438
Reputation: 33438
NOTE: package name
is the same as application id
can i publish all that applications with one Google Play Developer account?
Yes, you can. In fact, you WILL HAVE TO keep separate package names for each app. Every application you add under your developer account should have a unique application id (package name). You cannot even use an application id that has already been published by another developer. Google will tell you if that accidentally happens and not allow you to upload until you change it to something unique.
or do i have to use the same package name for all the apps.
That is not possible. (Refer answer to first question above)
Upvotes: 1
Reputation: 2330
Since the application name is also it's ID on the play store it's just have to be unique.
Since the upper 3 names differ from each other you can post those app under the qualified names.
PS
Just for you to know the com.name is there since alot of apps also have a company that runs them and since the companies website is probabley uniqeue it should also be uniqueue on the store...
Upvotes: 0