I have a developer account on Google Play. In all the apps the same developer name appears, I would like for each to have a different developer name.
I have a developer account on Google Play. In all the apps the same developer name appears, I would like for each to have a different developer name.
In fact, the name that appears in the store is from the "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 a X-branded car - for the public, whoever "developed" the car was the X-brand, no matter the workers who performed the service.
To solve your problem, the following solutions remain:
I particularly use the first solution.
Performing a Google Play search with the text pub:XXXX
, you can view the Developer applications named XXXX, which is the same Publisher ("pub" comes from "Publisher", Publisher). In the URL, https://play.google.com/store/search?q=pub:XXXX
will appear.
However, it is also possible to perform the search with dev:XXXX
("dev" from developer, Developer). In the URL, https://play.google.com/store/search?q=dev:XXXX
will appear.
Furthermore, you can perform the search using the URL https://play.google.com/store/apps/developer?id=XXX
, with XXX
being your Google user account.
The strangest thing is that by performing the search with dev
and with pub
we can get different results.
For example, I have two developer accounts (I call them A and B here). I transferred the applications from account A to account after having developed 4 of them. Here are the search results:
dev:A
: 4 applications dev:B
: 6 applications pub:A
: 3 applications pub:B
: 3 applications I'll be researching about it ...