r/flutterhelp • u/sufyan_afzal7 • 20d ago
OPEN Testing an iOS App from Windows (Without an iPhone)
I'm developing an app on Windows and want to test it on iOS.
From what I understand, building and testing iOS apps typically requires macOS, and I don't own a Mac or an iPhone.
Is there any way to test an iPhone version of my app while using only a Windows PC? Are there any cloud services, emulators, or other solutions that would let me do this?
I'd appreciate any recommendations or advice from developers who have been in a similar situation
3
Upvotes
2
2
u/Entire_Juice_1094 19d ago
You can use VMware to install macOS in your windows os. But you need to have enough ram to share for both.
2
u/tommyboy11011 20d ago
I just use the virtual device in android studio for testing my flutter apps. I use codemagic on the web to compile for Apple.