AliMohammed Manzoor
AliMohammed Manzoor

Reputation: 147

How to build IOS apps in flutter in windows

I want to develop a application for for my company. I'm using flutter to build it for both android and IOS platform. But I have only windows machine, so I'm only able to build it for Android. Can I build(generate apk) IOS flutter apps in windows machine ?

if yes please explain it well.

Upvotes: 0

Views: 1153

Answers (1)

Bilaal Abdel Hassan
Bilaal Abdel Hassan

Reputation: 1379

You can develop the UI on android itself. However, you need OSX to run an Iphone Simulator. An alternative would be to use a virtual machine with OSX installed. It is not recommended though.

Also, for IOS the build is different. It is not as simple as generating an apk and installing it on your phone. You will need itunes and a legit account to run it.

See more here

Upvotes: 4

Related Questions