Can not sign app bundle Google Play

Kid 0 Reputation points
2024-05-04T12:18:31.3333333+00:00

Hello, I am appriciate if some one can help me figure out what problem, this is first time I use Net Maui to deploy Android app.

  1. I create new app on Play Console, and choose Use Google-generated key to create new key
  2. in Setup/**App signing **I notice the Download certificate in App signing key certificate, I downloaded deployment_cert.der and use cmd keytool -importcert -file deployment_cert.der -keystore mykeystore.keystore -alias myalias, with easy password: 123456. After that I recieved a file mykeystore.keystore, I checked file again to make sure it does not corrupt by keytool -list -v -keystore mykeystore.keystore, by password 123456. it show SHA-256 certificate fingerprint is same as in Play Console.
  3. Open Visual Studio and Publish, after archive successfuly, choose Distribute->Ad Hoc->Import->fill path to mykeystore.keystore, password:123456, alias name as myalias, key passwrod: 123456 -> Save as -> at step 10, I fill password 123456 then error appear:User's image
    1. It show "Signing packages failed. Keystore was tempered with, or password was incorrect"
  4. IDE specific: Visual Studio 2022 17.8.4, App was build on Net MAUI 8.0,
Developer technologies | .NET | .NET MAUI
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.