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 ?