Some questions about AAB and SignKey:
1) what's the difference between .KEYSTORE and .JKS? I have "myname.keystore" where and when can I use it in the process of signing (new/old) app?
2) For new apps: what happens when I use option 1 "let google manage and protect your app signing key"? Isn't that the simplest solution for "new" AABs?
3) For existing apps: Do we need to go thru all the hoops of 'pepk' 'keytool -genkey' 'keytool -export' etc...?
4) Do we need a different key for every app?
5) Make A Wish: A .BAT file with detailed explanation of all params and/or IDE options to do what's needed and create the file we need to upload to Google Play
1) what's the difference between .KEYSTORE and .JKS? I have "myname.keystore" where and when can I use it in the process of signing (new/old) app?
2) For new apps: what happens when I use option 1 "let google manage and protect your app signing key"? Isn't that the simplest solution for "new" AABs?
3) For existing apps: Do we need to go thru all the hoops of 'pepk' 'keytool -genkey' 'keytool -export' etc...?
4) Do we need a different key for every app?
5) Make A Wish: A .BAT file with detailed explanation of all params and/or IDE options to do what's needed and create the file we need to upload to Google Play