skip to Main Content

I am new to Flutter. I have developed a project using flutter for both ios and android using android studio on my macOS. I don’t have a real time ios device with me but I want to share this app with my colleagues. How can I generate a .ipa for my project similar to a .apk?

3

Answers


  1. Just run flutter build ipa

    It builds an iOS archive bundle (Mac OS X host only).

    You can get more info running flutter build ipa -h

    Login or Signup to reply.
  2. Sorry you can’t create .ipa file with out a Mac ,there are some online Mac server u can use it by paying for 1 hr like that ,but believe me that would not work

    Login or Signup to reply.
  3. I suggest you to buy a used phone on Amazon / Ebay / BackMarket etc.
    I did it, some apps required physical device for test because some features are not avalable on emulator and differ from Android.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search