Reputation: 228
Android Release Build Successfully Done from My Side, But I Don't Know About how to generate build for IOS
Android gradlew
assembleRelease
is sucessfully
done from my side
IOS Release Build and submit on App store.
Upvotes: 10
Views: 10951
Reputation: 1800
The following assumes that you are on mac os, the js dependencies are downloaded and that your ios native part is in the subdirectory ios
With Pods
ios/
directory in you repo execute pod install
Without Pods
General
Release
as Build ConfiguraitonDebug executable
Generic iOS Device
(This is the field where you usually select the simulator your app should be run on)Upvotes: 6
Reputation: 4573
Please follow the below URL and let me know if any issue.
1) Create required IOS certificates from here: https://apiko.com/blog/deploying-react-native-apps-to-app-store-and-play-market/
2) Create release build with following steps:
After 5-15 min you'll have an option on app store Build section with the plus(+) icon. Click on it and select your build, complete the form and submit your app.
Upvotes: 8