These docs are for v1.0. Click to read the latest docs for v2.0.

Build an iOS Simulator .app in an Ionic project

  • Generate the native project, if it does not already exist.
ionic capacitor add ios
  • In the ionic platform, build the project

  • Download the .app file from the artifacts section of the build.

Build an Android .apk in an Ionic project

  • Generate the native project, if it does not already exist.
ionic capacitor add android
  • In the ionic platform, build the project

  • Download the .apk file from the artifacts section of the build.