Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I build .ipa file from Ionic3 using Windows machine?

I have few questions. I am very very new to Ionic3 and Hybrid application development.

I have developed a Ionic3 Angular4 hybrid application. I am using Windows OS 10 64 bit. So I have built .apk file and I have done the testing in my android mobile. it works as expected. Now its the turn for IOS app.

Question# 1: How can I build IOS .ipa file?

Question# 2: Suppose if I have built .ipa file (as per the solution for my Question#1), is it possible to move the .ipa file to my Iphone and install as what I have done for Android?

Question# 3: Do I need a developer code/key for testing the app in my own Iphone device without downloading it from App Store?

Question# 4: What are all the things I need to do for deploying both .apk and .ipa file in the respective stores?

like image 794
Rajaa Avatar asked Jul 25 '17 18:07

Rajaa


People also ask

Can I build IPA on Windows?

The only way to generate an IPA from you windows machine is by using a CI/CD service like Codemagic using the steps described in this article: link your repository ( Github , BitBucket , or Gitlab ). from settings > build for platforms > IOS.

How do I create an ionic IPA file?

Exporting to an IPABuild your app, Click Product > Build then Product > Archive to open up XCode Organizer. Click on Distribute. This is where you select to either publish your app to the Apple App Store or just export the IPA to be installed on your device. Select "Save for Enterprise or Ad Hoc Deployment".


1 Answers

Question# 1: How can I build IOS .ipa file (using Windows machine)?

Answer# 1: No you can't, but YOU CAN. Use ionic package.

Ionic Packages makes it easy to build a native binary of your app in the cloud. Perfect for developers using Windows that want to build iOS apps.

Question# 2: Suppose if I have built .ipa file (as per the solution for my Question#1), is it possible to move the .ipa file to my Iphone and install as what I have done for Android?

Answer# 2: Yes, download IPA file and upload it ]on diawi and open the generated link in safari, you will find install option there.

Diawi is a tool for developers to deploy Development and In-house applications directly to the devices.

Question# 3: Do I need a developer code/key for testing the app in my own Iphone device without downloading it from App Store?

Answer# 3: Yes, of course you need. And the UDID of your device must be there in your Provisioning Profile.

Question# 4: What are all the things I need to do for deploying both .apk and .ipa file in the respective stores?

Answer# 4: Team Ionic has already explained it in depth. Read Chapter 6: Publishing your app

I hope this will help you.

like image 145
Swapnil Patwa Avatar answered Sep 30 '22 17:09

Swapnil Patwa