question

tg avatar image
tg asked Dan answered

Unsupported APK signature scheme?

Haven't had any issues with this APK previously and no changes to SDK versions in build.gradle, what do we need to change to fix it?
Auth
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Dan avatar image
Dan answered
From what I can tell, Clover didn't support apks which were signed with the v2 apk signer, then they accidentally turned off that check, and now that check is back on. I know this because I've been unwittingly updating our apps with v2 apks for several months now, now the check is back on it's a problem. We use BuddyBuild and they can't explain why our code is producing v2 apks with their CI but it is. Until Clover turn that check off again (please do guys :) ), the easiest thing for us to do is build locally.

If you are not using a CI just make sure you uncheck the v2 signing checkbox when building an apk.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community