I have uploaded signed apk
file with keystore
in Client Developer Account
. Now i have an another application from the same client with different Developer Account. Can i upload signed apk
file with the same keystore
file or shall i use new keystore
file? Please Help me...
Key Store has a collection of digital certificates, which are unique to a publisher, like your signature. They are used to verify that Apps come from a genuine source.
Package name + signature combo must be unique, i.e. one App can't have multiple official publishers:
but a publisher can publish multiple apps:
Apart from that, each Play Store Account is given a unique Licence key, unlike signature, its bound to the Account. You can't use one Account's Licence Key for an app published from other account.
As far as Google policy is concerned, I don't think they limit 1 signature per developer account as of now.