Do I need xCode to make iOS Apps

I currently don’t own a Mac and only a Windows PC. I wanted to make games on Android and iOS and watching a unity tutorial it said I needed xCode and other programs to make them. I don’t know how up-to-date the tutorial is but I just want to know if it I do need a Mac/xCode in order to make games on an iOS device. Thanks!

Yes you do.

Yes you can actually. You can use www.macincloud.com to fire up a virtual mac and obtain your provisioning profiles etc. Then, just use Unity Cloud build.

I got everything all setup on my Windows laptop to use Unity Cloud Build for iOS. I don’t own a Mac or have access to one. Sign up as an Apple dev, grab a copy of Windows OpenSSL binary from somewhere and follow these instructions to get your mobile provisioning files you’re going to need. How to Create an iOS Provisioning Profile and P12 with Windows | Josh Morony

Now every time I push to my private Git repo, I eventually get an email saying my ios build is ready. I download the .ipa from Unity, copy it into iTunes and then to my iphone where it works like a charm. Sweet!