April 2017
Beginner to intermediate
378 pages
7h 57m
English
Now that we are ready to test our app, let us go ahead and build it. Navigate to the todoapp_v2 folder and open a new command prompt/terminal. Run ionic platform add android or ionic platform add ios and then build the app:
ionic build
For this example, I am going to build for Android and use the APK for device testing. Once the build is completed, navigate to the todoapp_v2/platforms/android/build/outputs/apk folder and you should find a file named android-debug.apk. We are going to upload this APK file for testing.
The process for iOS testing is also similar, except we upload an IPA file.
Read now
Unlock full access