Now that we have successfully built our Ionic app, we want to distribute it. The best way to reach a wider audience is with the help of the App stores. However, before we start distributing the app, we will need app-specific icons and splash screens. Splash screens are totally optional and depend on the product idea.
Preparing the app for distribution
Setting up Icons & Splash screens
By default, when you run the following code:
ionic platform add android
or
ionic platform add ios
The CLI automatically adds a new folder named resources. You can check this out in Chapter 7, Building Riderr App. The resources folder consists of either Ionic or Android or both the subfolders, depending on how many platforms you have added, and in each of these folders, you will...