I am creating an app for iPad on React Native. I am working on a macbook.
I want to test the app on a physical iPad with a deployed production build of the app.
I don't seem to understand how am I supossed to do that. I'm finding a lot of info on how to deploy to the App Store, but that's not what I need.
I used to use expo for Android and build an APK and just install it on a physical device, now I want to do something similar.
This time I'm not using Expo, just react-native-cli and XCode. I tried the app on a simulator and it works, but now I want to send it to a different person so he can test it on a physical device and not on debug mode, but on an actual production build of the app.
How can I achieve that?