@brentvatne,
I have a React Native
code for iOS and it works perfectly on expo
cli. But I keep getting errors when I expo eject
it out and run on Xcode, or unable to install the .ipa file with expo build: ios
. Every method I tried doesn't work.
Then I saw your answer to the post, "What is the difference between Expo and React Native?" and you mention it below.
if you publish it through expo-cli, people can access it at any time through the Expo client on Android or on iOS if signed in to the same account
and
we also make it possible to build standalone apps so people don't have to use the Expo client to open it
I just want my app to be distributed among 20 people and not planning to upload to App Store. In-House distribution is what I need. I have also posted regarding unable to install .ipa into my phone my post, but still unsolved. Could you advise the easiest way to distribute my app? I need a way to install/access the app to iPhones anywhere (Not like TestFlight only 90 days) and easy to update once there is an update.
Hopefully, you will read my post. Anyone who always has the answer as well, please guide me. Thank you all in advance.
Cheers