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 ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Dhruv Gohil
  • 503
  • 1
  • 5
  • 13

2 Answers2

3

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

Hardik Patel
  • 123
  • 10
1

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

remove existing keystore and upload keystore again
R15
  • 13,982
  • 14
  • 97
  • 173