Ionic 5 Full Starter App
  • Enappd Apps
  • Ionic 5 Full App
    • What is Ionic 5 Full App?
    • Template Features
    • Initial Setup
      • Environment Configuration
      • Credentials
    • Running the app
    • Deploying app as PWA
    • Building App on device
    • How to use this template?
      • Copy a module to another app
      • Shared Component & Modules
      • Map Service
    • Beginner Pack Features
      • Firebase
      • Layouts
      • Sidemenus
      • Login and Signups
      • Chat screens
      • Chat Lists
      • Video Playlists
      • Grids and Lists Layouts
    • Startup Pack Features
      • Wordpress
        • Wordpress JSON API Basics
        • Wordpress in Ionic 5 Full App
      • Translation - Multi-language
      • Using Custom Fonts
      • Infinite scroll
      • Content Loaders
      • Pull to refresh
      • List re-ordering
      • Date Pickers
    • Pro Pack Features
      • Phaser Game Framework
      • AdMob Integration
        • AdMob Introduction
        • Setting up Google Admob
        • Integration
      • Social Sharing
      • QR and Barcode Scanning
      • Google Places
      • Google Autocomplete
      • Social Logins
        • Google Login
        • Facebook Login
        • Twitter Login
      • Woo-commerce Integration
    • Removing a Page / Component
    • Removing a plugin
    • FAQs
    • Changelog
    • Troubleshoot
Powered by GitBook
On this page
  • Build the app for Android
  • Build the app for iOS

Was this helpful?

  1. Ionic 5 Full App

Building App on device

Learn how to build the app on device and how to deploy it on a Firebase based hosting in quick steps

PreviousDeploying app as PWANextHow to use this template?

Last updated 3 years ago

Was this helpful?

Build the app for Android

Once you have modified your app as per your requirements, you can start building the app for Android.

You need to have all pre-requisites before you can build the app on a device. Check the pre-requisites for and

Add an android platform to the project by running

$ ionic cordova platform add android

This step will add an android platform to the project.

Previous step will require installed on your system. You can also install Android SDK without Android Studio, but that is not the recommended way.

Now prepare the platform for a build

$ ionic cordova prepare android

And run the app on your device or simulator by running

$ ionic cordova run android

More information in

Build the app for iOS

An iOS app can be built only on an Apple based system. Add an iOS platform to the project by running.

$ ionic cordova platform add iOS

This step will add an iOS platform to the project.

Now prepare the platform for a build

$ ionic cordova prepare ios

And run the app on your device or simulator by running

$ ionic cordova run ios

OR, run the app using XCode directly.

Previous step will require installed on your system. You will also need an Apple developer license and proper provisioning profiles to build the app on device.

More information in

development
production
Android Studio
ionic documentation
Xcode
ionic documentation