3
I have a developer account at Googleplay. In all apps appears the same developer name, I would like for each one to appear a different developer name.
3
I have a developer account at Googleplay. In all apps appears the same developer name, I would like for each one to appear a different developer name.
4
Actually, the name that appears in the shop is "Publisher". For Google, the user who created the Google Play account is both the Publisher and the Developer, even if the real developer is someone else. Cruelly it’s like an X brand car - for the public, who "developed" the car was the X brand, no matter the workers who performed the service.
To solve your problem, then remain the following solutions:
I particularly use the first solution.
Performing a Google Play search with the text pub:XXXX
, You can view the Developer apps named XXXX, which is the same Publisher ("pub" comes from "Publisher", Publisher). In the URL, it will appear https://play.google.com/store/search?q=pub:XXXX
.
However, it is also possible to perform the research with dev:XXXX
("dev" from Developer). In the URL, you will see https://play.google.com/store/search?q=dev:XXXX
.
Still, it is possible to perform the search using the URL https://play.google.com/store/apps/developer?id=XXX
, with XXX
being your Google user account.
The strange thing is that conducting research with dev
and with pub
we can get different results.
For example, I have two developer accounts (I call them here A and B). I transferred the applications from account A to B after having already developed 4 of them. Below are the results of the searches:
dev:A
: 4 appsdev:B
: 6 appspub:A
: 3 appspub:B
: 3 appsI’ll be looking into it...
Browser other questions tagged android google-play
You are not signed in. Login or sign up in order to post.
Matthew, I think unfortunately it is not possible to do this. The name of the Desenv. is the name you provided in the account creation. To have a different name with just a new account.
– Wakim