Codeblooded Saiyan
Codeblooded Saiyan

Reputation: 1497

How to build ionic 2 ios app on windows 10?

I am new to ionic 2 and i want to build my app to ios version. What requirements need to install on my windows 10 PC? Thanks. I hope you can help me. :)

Upvotes: 1

Views: 2463

Answers (2)

sebaferreras
sebaferreras

Reputation: 44659

The only way I can think of is by using Ionic Cloud Services:

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.

This lets you:

Send your packaged app to others

Build your app for platforms not supported by your computer (e.g. iOS builds on Windows)

Build .ipa and .apk files that you can submit to app stores

You can check the prerequisites here and the steps required to build, here.


EDIT:

You can also take a look at this amazing post from Josh Morony.

Upvotes: 1

Christian Benseler
Christian Benseler

Reputation: 8065

You can't build it to iOS in Windows. Neither in Linux. You will need an Mac OS. Either one running on a real Apple device (iMac, Macbook, Mac Mini), or in an virtual box or you can use a cloud service.

Upvotes: 0

Related Questions