Sampath
Sampath

Reputation: 65968

Windows Azure VM (Mac) to build Ionic app for ios devices

I'm developing Ionic2/Angular apps using an Ionic framework.I have no problem with Android.My question here is, can I use Windows Azure VM (Mac) to build my app for ios devices?

I have Win 8.1 OS.

Note: This is not a duplicate question about the same kind of questions here.I have a specific question where I need to know about can I use the Azure VM to build Ionic apps for ios devices. I don't like any methods which are not Legal.

Upvotes: 3

Views: 5899

Answers (2)

xartal
xartal

Reputation: 457

you could use a hosted macOS agent on Azure DevOps hosted agent

Upvotes: 2

Thiago Custodio
Thiago Custodio

Reputation: 18387

It's not possible to use MacOs on Azure Virtual Machines, you should use another 3rd party service to compile your Ios Apps:

Examples:

http://www.macincloud.com/features/tools/tools

https://www.macstadium.com/

Upvotes: 5

Related Questions