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.
You can buy Learning Ionic from
Change(s):
- First release