Updating the app

Once an app has been released, we will want to provide additional features or fix any bugs. We can easily do this by uploading a later version of our app to Google Play.

Getting ready

When we want to update an app, we will need to ensure that our new app will have the same package name and can be signed by the same keystore.

How to do it...

Releasing updates to an existing app on Google Play is straightforward, only requiring that the version numbers be increased besides any code changes:

  1. The Version number field needs to be a greater integer value than the current release, and the Version name field should be a higher semantic version:

    Increasing the app version numbers

  2. Next, we must archive and sign the app package in the same manner ...

Get Xamarin Mobile Development for Android Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.