April 2017
Beginner to intermediate
378 pages
7h 57m
English
To test for iOS, we will first add iOS platform support as we did for Android, and then emulate it.
Run the following command:
ionic platform add ios
Then, run this: ionic emulate ios.
You should see the default emulator launch and, finally, the app will appear in the emulator as shown in the following screenshot:

To deploy onto an Apple device, you can run the following command:
ionic run ios
Make sure you are able to emulate/run the app before moving further.
Read now
Unlock full access