4,170 questions
Can not sign app bundle Google Play
Kid
0
Reputation points
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.
- I create new app on Play Console, and choose Use Google-generated key to create new key
- in Setup/**App signing **I notice the Download certificate in App signing key certificate, I downloaded
deployment_cert.der
and use cmdkeytool -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 bykeytool -list -v -keystore mykeystore.keystore
, by password 123456. it show SHA-256 certificate fingerprint is same as in Play Console. - Open Visual Studio and Publish, after archive successfuly, choose Distribute->Ad Hoc->Import->fill path to
mykeystore.keystore
, password:123456
, alias name asmyalias
, key passwrod:123456
-> Save as -> at step 10, I fill password123456
then error appear:- It show "Signing packages failed. Keystore was tempered with, or password was incorrect"
- IDE specific: Visual Studio 2022 17.8.4, App was build on Net MAUI 8.0,
Developer technologies | .NET | .NET MAUI
Sign in to answer