I want to change my 1024 key by another more secure like 2048 is possible to do that for my next app update on Android Market ? [import]uid: 13454 topic_id: 15776 reply_id: 315776[/import]
I believe you would have to sign your app with a new keystore as shown here…
http://books.google.com/books?id=oTIFq3oDuwIC&pg=PA61&lpg=PA61&dq=android+2048+key&source=bl&ots=vLjDYF2ftR&sig=tG53lCKXL55wdXdG6udF6Xfqqz4&hl=en&ei=uxqGTum3POnciAKExNmmDA&sa=X&oi=book_result&ct=result&resnum=9&ved=0CGQQ6AEwCA#v=onepage&q=android%202048%20key&f=false
I’m not sure if changing the app’s signature will make the marketplace regard it as a different app or not. [import]uid: 32256 topic_id: 15776 reply_id: 58428[/import]
Thanks Joshua Fast
Is right or wrong use the Public Key of developer console as PASSWORD to protect my KEY ? [import]uid: 13454 topic_id: 15776 reply_id: 58434[/import]
When you create your keystore, you should use a password that no one else knows. You are required to enter it when you build your app in Corona. This way if your keystore file gets leaked out for whatever reason, no one will be able to use it to sign their apps under your digital signature. ie: Your company name.
Companies do the same thing when they digitally sign their desktop apps on Windows and OS X. [import]uid: 32256 topic_id: 15776 reply_id: 58446[/import]
Thanks, i think the answer is NO so i need to create a PASSWORD with the same complexity of my Public Key. [import]uid: 13454 topic_id: 15776 reply_id: 58480[/import]