Shailesh Kumar
Shailesh Kumar

Reputation: 405

How to create signed apk using upload_cert.der file

I have read many reference about Google app signing but still did not found my requirement. I have only upload_cert.der and deployment_cert.der file. I have not access of publisher play store account. I have to only created updated APK and deliver its to client and client will upload it. Now my question is that :

Upvotes: 4

Views: 7861

Answers (1)

Pierre
Pierre

Reputation: 17437

The .der files are not sufficient to sign anything. You will need the original keystores which contain the private key.

I've explained this in details in this post before what these files are and what they're used for.

Upvotes: 1

Related Questions