Home > Software design >  flutter developer Android and IOS
flutter developer Android and IOS

Time:03-16

In the windows How can I publish flutter project from android studio to appstore for apple I want to methods to publish my app to appstore without mac OS

CodePudding user response:

The anwer is you "You can't." You need a MacOS to generate the app installer to be put on App Store.

CodePudding user response:

To develop Flutter apps for iOS, you need a Mac with Xcode installed

https://docs.flutter.dev/deployment/macos

  • Related