Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native IOS After Build

I followed all the steps to create the iOS version of the application. Finally, I build over xcode and see that the process is successful. Now this project I build will be sent to apple store. None of the places I read says what to do after build. I do not know how it works because I'm strangers to the IOS platform. If someone who has previously installed the app helps, please be grateful.

enter image description here

like image 349
ahmet Avatar asked Dec 18 '17 09:12

ahmet


People also ask

Can React Native build iOS apps?

React Native supports building apps for iOS, Android, and web from a single code base.

How do I release a build for iOS React Native?

You can now build your app for release by tapping ⌘B or selecting Product → Build from the menu bar. Once built for release, you'll be able to distribute the app to beta testers and submit the app to the App Store.

Can you develop for iOS on Windows using React Native?

React Native is an open-source mobile application framework created by Facebook. It is used to develop applications for Android, iOS, Web and UWP (Windows) providing native UI controls and full access to the native platform.


1 Answers

To Upload your app to Appstore, you need to have developer certificate and provisioning profile, uploading to itunesconnect is easy to work with xcode. select Generic iOS device form the simulator selection dropdown list and then click on product menu archive, it will archive the project and an ipa file will be generated then the generated ipa file can be upload to appstore. you need to properly setup provisioning profile for the app in itunes connect. From itunesConnect you can submit the app to appstore for reviewing your app and later you can decide app to be automatically submited to app store or manual submission. For more info refer here.

like image 126
Aravindh Kumar Avatar answered Sep 23 '22 10:09

Aravindh Kumar