Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread J. Landman Gay via use-livecode
On 10/14/20 11:18 AM, Ralph DiMola via use-livecode wrote: I just got this message when submitting a new app to the PlayStore Your APK is only signed using the APK v1 signature scheme. This will fail to install in versions of Android equal or higher to 11 if the android:targetSdkVersion is set

Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread JeeJeeStudio via use-livecode
fter converting the keystore to > PKCS12? > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of JeeJeeStudio via use-livecode > Sent: Wednesday, October 14, 2020 2:43 PM > To: How to use LiveCode > Cc: JeeJee

RE: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread Ralph DiMola via use-livecode
] On Behalf Of JeeJeeStudio via use-livecode Sent: Wednesday, October 14, 2020 2:43 PM To: How to use LiveCode Cc: JeeJeeStudio Subject: Re: Android PlayStore Warning APK v1 signature scheme I think you need to use PKCS12 industry standard format instead of the normal keystore. You can import your

Re: Android PlayStore Warning APK v1 signature scheme

2020-10-14 Thread JeeJeeStudio via use-livecode
I think you need to use PKCS12 industry standard format instead of the normal keystore. You can import your existing key via command prompt. Keytool -importkeystore -srckeystore yourapp.keystore -destkeystore yourapp.keystore -deststoretype pkcs12 Op wo 14 okt. 2020 18:17 schreef Ralph DiMola via