Can i generate .ipa standalone app without developer paid account?

I need to just generate .ipa without developer paid account!

I’m not sure of a way to do it with the expo-cli. There used to be an option for a simulator build, but I don’t see it anymore, and you still might have gotten stuck on the step for creating the certs on that.

One thing that I think would work is to ejecting to ExpoKit and then building in Xcode to a simulator or device. Obviously, this doesn’t work for App Store distribution, but would at least be a way to test your app on an actual iOS device.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.