[android-developers] Re: jarsigner jar sign apk update

2009-03-17 Thread Stoyan Damov
Of course you should sign your updated app with the same keystore, think about it - if this wasn't the case, I could make an app which claims to be yours, sign it with my own key and push a bogus update. On Tue, Mar 17, 2009 at 2:47 PM, Maxence Warzecha war...@gmail.com wrote: Hi all, This

[android-developers] Re: jarsigner jar sign apk update

2009-03-17 Thread Maxence Warzecha
Hi XD! Ok I understand. I will be aware about that. On 17 mar, 13:51, Stoyan Damov stoyan.da...@gmail.com wrote: Of course you should sign your updated app with the same keystore, think about it - if this wasn't the case, I could make an app which claims to be yours, sign it with my own key

[android-developers] Re: jarsigner jar sign apk update

2009-03-17 Thread dillirao malipeddi
when you want to update application in the device it checks for the previous key info with modifications. it wont allow you to sign same application with different signs if you want to use different keys you must change your package name of your application then it wont give error. otherwise it