Skip to content

learning-ionic/Chapter-9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Chapter 9 - Releasing the Ionic App

About this chapter

In this chapter, we will take a look at three ways of generating the installer for your Ionic app: one using the PhoneGap build service, the second using the Cordova CLI, and the third using the Ionic package service. We will be generating installers for both Android as well as iOS operating systems. The topics that we are going to look at in this chapter are as follows:

  • Generating icons and splash screens
  • Validating config.xml
  • Using the PhoneGap build service to generate the installer
  • Using Cordova CLI to generate the installer
  • Using the Ionic package to generate the installer

Note: There is no code associated with this chapter.

Purchase Book

You can buy Learning Ionic from

Change Log

1.0.0 (2015-07-22)

Change(s):

  • First release