0

I own a windows 10 machine and recently I started studying programming for IOS, now a Mac doesn't seem to fit in my budget and this is just to start developing a service that is cross platform.

  • Yes, technically you could develop ios apps on a PC. The problem is you can't really compile them without running the proper build chain (xCode) which isn't there for windows environments. so you'll still need a mac in order to actually compile for the ios device. – Timothy Groote Sep 24 '15 at 07:33

1 Answers1

1

you can develop(write code) using Visual studio + xamarin(https://xamarin.com/), but you still need mac machine to compile your code

https://xamarin.com/visual-studio

Igor
  • 1,537
  • 10
  • 12