Deepak
Deepak

Reputation: 1258

Flutter Build ipa file to distribute for testing

I am working on a flutter project on a MAC system. As I do not own an iPhone, I want to build a test ipa file to send to another user. Is it possible to do so without a paid Developer Account. How can it be done.

When searching online I am unable to get a definite answer regarding the process needed to build a ipa file for testing. Hope someone can help me.

Flutter 3.0.5 , Mac Mini M1 with Monterey 12.4 hope someone can help me.

Upvotes: 1

Views: 1175

Answers (2)

Dishant Rajput
Dishant Rajput

Reputation: 1357

No, you can not use ipa or send ipa to anyone without Enroll Apple Developer account. Yes you can use your physical device via cable Without developer account but for ipa you have to Enroll first.

Upvotes: 2

eamirho3ein
eamirho3ein

Reputation: 17940

As general iOS developer, you can only run app on Apple device through usb cable on debug mode. The only way to build ipa file is use paid Developer Account.

Upvotes: 1

Related Questions