android - How to get an APK into the market with an extra certificate... because I lost my first keystore -


my keystore has gone missing. deleted mistake, can't find in recycling bin.
keystore in bin folder, not place files automatically deleted when publishing

i know details previous keystore. except maybe date of expiry.

i want put update onto market, because new certificate different, won't let me.

i hoping add additional certificate current published file accept updated version new certificate. similar described here. how sign apk more 1 certificate?

i skip first line in above description because signed through eclipse, when second line zipexception due "invalid entry compressed size (expected x got y bytes)"

is there way put second certificate on apk?

is there way recreate original keystore information know?

i'm not yet ready believe, have submit update new application.

if you've lost private key you'll unable recover , sign future versions of app.

the certificate fields text. thing proves identity developer private key, random sequence of bits.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -