ARTICLE AD BOX
I have a mobile app built in .NET MAUI. When .NET 10 was released, I decided to create a new blank MAUI app targeting .NET 10 and then copy and paste the code from my previous version i.e. .NET 9.
I also made sure all platform specific files were updated correctly and copied pasted my keystore.jks file from the previous version's folder.
My app builds and runs on emulator fine but when I uploaded the package file, I get the infamous message below:
Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the correct signing key and try again.
I'm definitely using the correct keystore.jks file. Am I forgetting something? If not, why would the signing key change because I decided to create a new blank app first and then simply copy and paste my files?
