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
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
] 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
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