I'm trying to set up an android build in Visual Studio App Center, but when trying to upload our keystore file I get the error "Not a valid keystore file". Could anyone think of a reason this could be happening? I have manually created a new keystore and that one seems to work. I can't use this though because its an existing app and would force users to uninstall and reinstall the app.
The Android Keystore system lets you store cryptographic keys in a container to make it more difficult to extract from the device. Once keys are in the keystore, they can be used for cryptographic operations with the key material remaining non-exportable.
The default location is /Users/<username>/. android/debug. keystore.
Make sure the keystore file you are uploading has a file extension. MS appcenter doesn't like keystore files without an extension.
Name your file with a .keystore
extension before uploading it and that should resolve the problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With