mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
howto sign android app
This commit is contained in:
@@ -92,6 +92,11 @@ button to your users. You need this to enable multiaccounts.
|
||||
|
||||
.. image:: ../images/ownbrander-8.png
|
||||
|
||||
.. _sign_android_app:
|
||||
|
||||
Signing Android Client
|
||||
----------------------
|
||||
|
||||
The next option is **Sign Android Client**. You can upload your signing
|
||||
certificate in the wizard so that is signed during the build process, or you
|
||||
can optionally sign your app after we build it. See
|
||||
|
||||
@@ -21,9 +21,11 @@ you will sign and distribute.
|
||||
Digitally Signing Android Apps
|
||||
------------------------------
|
||||
|
||||
Signing your app is required, and the most time-consuming part is installing
|
||||
the commands you need to sign them. You need three commands to sign your app:
|
||||
``keytool``, ``jarsigner``, and ``zipalign``. Follow these steps:
|
||||
Signing your app is required. You can do this in the :ref:`ownBrander
|
||||
wizard <sign_android_app>`, or after it is built and delivered to you. The most
|
||||
time-consuming part of signing the built app is installing the commands you need
|
||||
to sign it. You need three commands to sign your app: ``keytool``,
|
||||
``jarsigner``, and ``zipalign``. Follow these steps:
|
||||
|
||||
1. Install the signing commands
|
||||
2. Create a self-signed certificate with ``keytool``
|
||||
|
||||
Reference in New Issue
Block a user