App not installed error on android 11 device from appcenter
G

2

3

I am working on Xamarin.Forms app. After changing targetSdkVersion to 30 and building app on appcenter with latest sdk(11.1) available, I am getting error App not installed only on android 11 device. If I change targetSdkVersion back to 29 and build the app on appcenter then I am able to install the app on android 11 device.

Got more detail when installing apk on emulator :

The APK failed to install.
Error: INSTALL_PARSE_FAILED_NO_CERTIFICATES: Scanning Failed.: No signature found in package of version 2 or newer for package "*packagename*"

Do I need to update my keystore ? if yes, how can I update it ?

Gangrene answered 25/6, 2021 at 4:1 Comment(3)
Re-uploading the existing keystore on appcenter has resolved the issueGangrene
Congrats, and thanks for your support for xamarin.Backache
Same thing happened to our build. Re-uploading the keystore seems to have fixed it (also disabled app bundle for the internal build, which I had enabled while troubleshooting this issue, and it remained broken until I disabled it).Hirsh
E
3

Re-uploading the existing keystore on appcenter has resolved the issue, worked for me too.

Eward answered 16/8, 2021 at 17:20 Comment(0)
H
1

Same issue I faced with latest Android version. In appcenter select the app, goto settings and

remove existing keystore and upload keystore again
Hild answered 23/11, 2021 at 11:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.