Ionic
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.
Updated over 1 year ago