UnifiedPush / fcm-distributor

Mirror of https://codeberg.org/UnifiedPush/fcm-distributor
Apache License 2.0
26 stars 1 forks source link

Support APK signature v2 #73

Closed q234rty closed 2 years ago

q234rty commented 2 years ago
$ adb install UP-Distrib.apk
Performing Streamed Install
adb: failed to install UP-Distrib.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Scanning Failed.: No signature found in package of version 2 or newer for package org.unifiedpush.distributor.fcm]

This happens in both version 1.2.0 and 1.3.0, older versions seems to install fine.

p1gp1g commented 2 years ago

You are trying to install the github released bin I guess ?

q234rty commented 2 years ago

You are trying to install the github released bin I guess ?

Yes

p1gp1g commented 2 years ago

The binaries released on the playstore are signed with v2. I'll try to fix signatures on github flow soon

p1gp1g commented 2 years ago

It should be ok now

q234rty commented 2 years ago

1.3.1 seems to install fine for me.

bb010g commented 2 years ago

Confirming that v1.3.1 and up also properly install for me. Thank you!