Search code examples
iosfluttertestfairy

Can i share iOS debug application using TestFairy without having Apple Developer account?


I am an Android developer and I don't really know much about how this iOS building app works.

I currently develop a Flutter application and I share it with my coworkers using TestFairy. So far I share only Android build but we need to share an iOS version now too. Is there a simple and free way to do this? If not with TestFairy maybe with a different tool?

Edit: By free I mean without having to pay for Apple Developer account.


Solution

  • The correct answer is no, there is no way to do this without Apple Developer account.

    Maybe you can extract some IPA file from debugging build and install it on an iPhone which has jailbreak, but I think this is not what you looking for.