Back to Resources

Blog

Posted March 9, 2017

Mobile Apps and Continuous Delivery

quote

You can build a continuous delivery pipeline for any type of app—whether it’s designed to run on a desktop, mobile device, server, or anything else.

But that doesn’t mean that the continuous delivery chain you create for one category of application will be identical to the one you build for a different type of app. The approach you take to continuous delivery will vary significantly depending on what type of device and environment you are delivering for.

Nowhere does this become clearer than in the context of mobile app development. When you’re delivering software for mobile devices, the design, testing, deployment and feedback parts of your continuous delivery chain will be quite different than those for desktop or server app delivery.

In this post, we’ll take a look at the special considerations you should keep in mind when you are doing continuous delivery for mobile.

What Makes Mobile Different

To understand why continuous delivery for mobile apps is different, you have to understand what makes mobile itself different.

Consider the following key differentiators for mobile apps...

They run on a very wide range of hardware and software environments

If you’re delivering a desktop or server app, you basically have three operating systems (Windows, Linux and macOS) to contend with, and your hardware in at least 90 percent of cases is going to be plain old x86-based. Sure, exact hardware specifications will vary, but these days, hardware nuances are mostly abstracted away by the OS. Display resolutions fall into a predictable range.

With mobile, however, the game is wildly different. There are only two OSes to worry about—Android and macOS—but their versioning changes more frequently than it changes on desktops and servers. Plus, there are something like 24,000 different mobile devices in existence, each with its own hardware specifications (and that’s just counting Android devices). CPUs could be based on x86 chips, some form of ARM, or something else. Screen sizes vary widely. New types of mobile hardware are being released all the time.

They are deployed automatically

On desktops and servers, users or admins often install and manage software. On mobile apps, installation and updates usually happen in a mostly automated way. The extent that manual user interaction takes place on mobile is usually in the form of a one-click choice to install an app. After that, the installation happens automatically, as do all of the updates and management of the app after it is installed.

They can be native, web-based or hybrid

Most desktop and server apps run as either native applications, meaning they are executed locally on the host system, or as web apps delivered through a browser. Mobile apps can work in these ways, but there is also a third popular option: hybrid apps, which combine native functionality with HTML.

You could create a hybrid desktop or server app, but that is a much less common practice.

Planning a Continuous Delivery Chain for Mobile

The special characteristics of mobile apps outlined above mean that several parts of your continuous delivery chain need to be designed differently in order to handle mobile.

Specifically, the following parts of the pipeline require extra attention in order to handle mobile software delivery:

  • Testing. Testing should be a part of any continuous delivery chain. But with mobile, your testing needs become more complex. For one, because you have to test for so many different hardware and software environments, testing needs to be as automated as possible in order to minimize the possibility of delays that could hinder continuous delivery. For another, you should consider breaking your automated testing into two stages. The first stage should occur early in the pipeline and involve testing on simulated mobile devices, since those tests run faster. But in order to guarantee quality, real-device testing should occur before software is deployed.

  • Multiple code branches. In order to support so many different types of mobile devices and apps that can be native, web-based, or a combination of the two, you’ll likely need to maintain multiple code branches, especially early in the pipeline.

  • Agile development frameworks. Any continuous delivery pipeline should be designed with agility in mind. But with mobile development, agility is especially important. That’s because a mobile app that is native today may be refactored to run as a web or hybrid app tomorrow. In order to have the flexibility to migrate to a new type of development framework, you need a highly agile delivery chain.

  • Automated deployment. Any continuous delivery pipeline should automate the deployment process, too. But here again, with mobile, the priority of automated deployment is especially high. You can’t rely on users, admins or anyone else to apply updates manually as part of your mobile app delivery.

The items listed above are best practices for any type of continuous delivery pipeline. But for mobile, they’re more than just best practices. They’re essential if you want to deliver mobile apps continuously.

Chris Tozzi has worked as a journalist and Linux systems administrator. He has particular interests in open source, agile infrastructure and networking. He is Senior Editor of content and a DevOps Analyst at Fixate IO.

Published:
Mar 9, 2017
Topics
Share this post
Copy Share Link
© 2023 Sauce Labs Inc., all rights reserved. SAUCE and SAUCE LABS are registered trademarks owned by Sauce Labs Inc. in the United States, EU, and may be registered in other jurisdictions.