IOS emulator to test my project

0

I'm starting a project in iOS in Visual Studio developing under Xamarin where I need an emulator for me to run. Is there an emulator that Visual Studio recognizes?

I have an iPad in my hands, can I run my APP on iPhone 5 or 6 with it? What's the best way out?

    
asked by anonymous 26.04.2017 / 15:09

2 answers

0

For you to deploy a deploy to IOS it is necessary to have a MAC.

If you do not have a MAC you can use a virtual machine for this.

At the Microsoft Academy website you can better understand this process.

    
26.04.2017 / 15:55
0

As Felipe described, you need a mac. You have the most affordable cloud services like macincloud . MAC Virtual Machine is not a legally viable option. So either you use a physical MAC or a cloud.

You will not be able to test your iPhone app on your iPad. In the iPad you only do tests of iPad or Universal iOS App (but this has specific behavior for each device) and only after performing a deploy on a MAC.

    
26.04.2017 / 20:51