-
-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Labels
androidThe issue relates to Android mobile support.The issue relates to Android mobile support.enhancementNew features, or improvements to existing features.New features, or improvements to existing features.
Description
What is the problem or limitation you are having?
Briefcase currently supports code signing on macOS and Windows. Code signing is also required for Android release artefacts.
Describe the solution you'd like
briefcase package android --identity <identity> should accept a path to a keystore, and use that keystore to sign the app.
briefcase package android should prompt the user to do one of:
- Ad-hoc sign the app (i.e., do nothing explicit with signatures, as is done currently)
- Look for any file named
*.jksin the project folder, the.androidsubfolder of the project folder, or the user's~/.androidfolder, and provide those files as candidate keystores to use. - Create a new keystore named
org.example.myapp.jksin a.androidfolder of the project directory, and use that keystore.
Describe alternatives you've considered
Continue to require manual signing. The process of generating a keystore and signing the app; this is a simplification process.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
androidThe issue relates to Android mobile support.The issue relates to Android mobile support.enhancementNew features, or improvements to existing features.New features, or improvements to existing features.