Mano Kugan
Mano Kugan

Reputation: 229

Is it possible to run appium test on real ios device in windows

I m working on mobile automation and Android automation using Emulator and finding the UI elements does not seem a problem with the windows machine. Now I have to do the same thing for iOS, Can I proceed in Windows or should I get a Mac to work on iOS?

P.S : The programming language I am working on is Java

Upvotes: 0

Views: 759

Answers (1)

Anish Pillai
Anish Pillai

Reputation: 1023

It's not possible. For iOS app automation, you would need XCode which doesn't work on Windows. So you need to use a Mac.

Also, Mac works with both Android and iOS apps.

Upvotes: 3

Related Questions