Afterwards all my research I am still unable to find a proper documentation for deployment of app in app shop without using expo.

The application runs fine in debugging mode and other testing device the only trouble being is deployment.

Thought I take already plant an commodity called Deploying a React Native App for iOS in medium but the problem is its incomplete and already outdated.

I already have setup environment in App Store . Please feel free to guide me I am willing to attempt any pace.

asked Jun 12, 2022 at eighteen:12

user avatar

five

  • AFAIK, Yous need XCode to upload the app to store, you should exist able to generate XCode compatible project or, app from React Native, you can upload through XCode projection, or through Application Loader for both you need to install XCode. Here is some tutorials

    Jun 12, 2022 at eighteen:41

  • expo is required to export IPA tell me what yous get when you fire exp build:ios ?

    Jun 13, 2022 at 5:29

  • Yes, sir I already have followed that tutorial too but that too uses expo . Is there other mode around expo for react-native project??

    Jun xiii, 2022 at 5:32

  • This is an sometime application and it dosnot have expo in it . When 'exp build:ios' shows 'command not constitute: expo' since expo is note there in project it self

    Jun 13, 2022 at five:44

  • I'm surprised that they don't take any documentation for this in the react-native documentation (facebook.github.io/react-native/docs/getting-started.html). It seems like information technology would exist a pretty popular topic, notwithstanding, perhaps non many people are deploying react native apps to app stores. This page (weblog.appfigures.com/…) indicates that only 1.85% of non native apps deployed to ios/android stores are react native.

    Jun 22, 2022 at 12:x

three Answers iii

Help the states ameliorate our answers.

Are the answers below sorted in a manner that puts the best answer at or near the top?

I have 10 steps simple to archive and upload app to AppStore:

  1. Open up file .env by VScode modify env desire to deploy (QA, UAT, PROD) default QA
  2. Open up app workspace
  3. On Xcode choose TAGETS (app) -> choose tab Full general -> chose Identity -> change Build number
  4. On Xcode (v12) set the active scheme -> select Whatever IOS Device(arm64)
  5. Choose menu Production -> Archive -> waiting to archive
  6. On Archives window -> select Distribute App button
  7. Select method of distribution check App Store Connect -> click Next -> choose Upload -> click Adjacent so waiting assay
  8. Then tick all check box of App Shop Connect distribution options -> click Adjacent
  9. On Re-sign app -> select Automatically manage signing -> click Side by side
  10. Go to web App Store Connect -> cull tab TestFlight -> choose IOS and we volition see the app we had uploaded.

Promise tin can help.

answered Jun 30, 2022 at iv:57

user avatar

Along with what is specified in the link that you shared.Follow the steps below:

1.Add app release certificates in Xcode configuration generated from Apple developer account. 2.Archive your project from menu options Production> Archive in Xcode.(This will generate an .ipa file) 3.Upload .ipa file generated to Itunes connect account. 4.Add together ScreenShots and Submit it for Review.

answered Jun 13, 2022 at 6:08

user avatar

2

  • Thanks man Let me endeavor it . Hope information technology works. One more thing since the tutorial is one-time and using index.ios.js file instead of alphabetize,.js . Would that make a difference?

    Jun xiii, 2022 at 6:15

  • No it will non make any difference.In latest react native releases index.js is used instead of index.ios.js and index.android.js

    Jun 13, 2022 at half-dozen:xix

As , a conclusion for my problem for now this is the best combo guide that I would ever find in net to deploy my app on App store till at present .

  1. Wiki Genexus
  2. Blog Instabug

The trouble in my case is I am not quite clear about the deploy process and in that location were too many guide to follow .Every guide I come up across were either incomplete or some matter completely different .Delight feel free to upload and review the links above.

Thank yous @Himanshu G and @JitenderBadoni

answered Jun 15, 2022 at 7:14

user avatar

0

Not the answer you lot're looking for? Browse other questions tagged ios react-native deployment or inquire your own question.