Versioning Your Applications

Versioning is a critical component of your application upgrade and maintenance strategy. Versioning is important because: Users need to have specific information about the application version that is installed on their devices and the upgrade versions available for installation. Other applications — including other applications that you publish as a suite — need to query […]

Read More

Signing Your Applications

Android requires that all apps be digitally signed with a certificate before they can be installed. Android uses this certificate to identify the author of an app, and the certificate does not need to be signed by a certificate authority. Android apps often use self-signed certificates. The app developer holds the certificate’s private key. Signing […]

Read More