-
-
Notifications
You must be signed in to change notification settings - Fork 119
Azure trusted signing w/ apksigner fails #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you get more details with the |
No. I should also mention that I'm using apksigner bundled with Android 35. |
And you use a fresh token generated just before invoking apksigner? |
Yes |
Did you try |
Yes I've tried that too. I should add that the error appears instantaneously without seemingly making any http request (I am even able to reproduce the error without an internet connection (I would expect another, network, error then)). |
And you've downloaded |
Yes, I've used both the release page's .deb and .jar files. |
The command below fails to run with the following error:
Failed to load signer "signer #1": NONE entry "<accountName>/<profileName>" does not contain a key
.Jsign is otherwise working. E.g.
jsign --storetype TRUSTEDSIGNING --keystore neu.codesigning.azure.net --storepass env:ACCESS_TOKEN --alias <accountName>/<profileName> app.msix
successfully completes.The text was updated successfully, but these errors were encountered: