beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 352 forks source link

Added documentation describing manual signing requirement for Android packages #1813

Closed ashleyplusplus closed 1 month ago

ashleyplusplus commented 1 month ago

Wrote documentation under "Platform quirks" describing the need for Android packages to be manually signed regardless of distribution method. Linked to this page describing how to sign your app bundle. Previously, the documentation didn't make note of the need to manually sign these bundles.

Fixes Issue #1703

PR Checklist: