# Preparing for Distribution

In this chapter, you'll look at how you can deploy and distribute your app. We have chosen to use the verb "deploy" to mean installing your app onto a device, either locally attached or remote, for the purposes of testing. We use "distribute" to mean publishing your app to the Market or App Store or some other means of general distribution.

# Sections in this chapter

Deploying to Android Devices

In this section, you'll learn the steps necessary to deploy an app to an Android device for testing.

Deploying to iOS devices

In this section, you'll learn the steps necessary to deploy an app to an iOS device for testing.

Distributing Android apps

In this section, you will learn about Google Play program requirements and the steps you must take to publish an app to the market.

Distributing iOS apps

In this section, you will learn about Apples's App Store program requirements and the steps you must take to publish an app to the App Store.