Dev Standards
  • Untitled
  • project-standards
    • project-success
      • index
      • production.s
    • taking-over-project
      • index
      • migrate-to-new-ios-certificates.mo
    • technical-agility
      • react-native-test.s
      • code-vocabulary-identical-business-vocabulary.s
      • under-15-minutes-project-installation.s
      • index
      • up-to-date-dependencies.s
  • react-native
    • react
      • get-element-size-or-position-with-onLayout.mo
      • binding-functions-in-react-component.s
      • enable-overflow-android.mo
    • setup
      • setup-code-push.mo
      • setup-facebook-login.mo
      • setup-and-deploy-new-project-to-staging.mo
      • add-cocoapods.mo
      • deploy-script.mo
      • setup-and-deploy-new-project-to-staging-with-hockeyapp.mo
      • add-native-module.mo
      • setup_firebase_multiple_envs.mo
      • remove-unnecessary-android-permissions.mo
      • deploy-to-production-android.mo
      • deploy-project-to-production
      • overriding-existing-app.s
      • patch-react-native-android.mo
      • setup-stripe-dev-standard.mo
    • features
      • icomoon.mo
      • lock-device-orientation.mo
      • clean-logout.s
      • deep-linking
      • offline-redux.mo
      • asyncstorage.mo
      • offline-mobx.mo
    • debugging
      • analyse-bug.mo
      • debug-network-calls.mo
      • debug-javascript-ios-device.mo
      • get-ios-logs.mo
      • debug-javascript.mo
      • handle-gradle-dependencies-clash.mo
      • debug-native-ios.mo
      • debug-two-ios-apps-simultaneously.mo
      • debug-native-android.mo
      • debug-webviews.mo
    • firebase
      • debug-events.mo
    • architecture
      • project-architecture.s
      • default-stack.s
      • file-naming.s
    • update
      • upgrade-react-native.mo
    • tests
      • setup-detox-jest.mo
    • use_http_links_in_react_native.mo
    • react-navigation
      • unmount-compoenent-on-page-change.mo
    • package-dependencies
      • handle-dependencies-with-yarn-override.mo
    • animations
      • react-native-animations.s
  • successful-sprint
    • coding
      • plan-your-ticket-to-improve-efficency.s
  • code-quality
    • components-state-testing.mo
    • mock-with-jest.mo
    • pull-request-template.s
    • pull_request_template
    • test-files-indentation.s
  • security
    • import_certificates_match.mo
    • 2FA.mo
  • contributing
    • contributing.mo
    • mo.s
    • standard.s
  • backend
    • graphql-js
      • getting-started-with-apollo-server-dataloader-knex.mo
    • node-js
      • handle-errors-and-exceptions-in-javascript.s
      • add-multiple-environments-configuration-on-loopback.s
    • django
      • deploy-to-aws.mo
      • create-user-model.mo
      • getting-started.mo
      • create-model-and-api.mo
  • performance
    • backend
      • cache-routes-using-varnish.mo
      • serve-images-as-static-files.mo
      • minimize-number-sql-queries.mo
      • python-investigation-tools.mo
      • how-to-investigate-performance.mo
      • output-sql-alchemy-orm-query.mo
    • front
      • how-to-investigate-performance.mo
      • table-and-chart-with-good-performance.mo
      • react-native-performance.s
      • simulate-network-iphone.mo
    • performance-decision-flow.s
  • git
    • merge-or-rebase-a-branch
  • editors
    • vscode
      • setup-vscode.mo
  • ops
    • docker
      • deploy-with-https.mo
  • templates
    • mo
  • react
    • redux
      • custom-redux-form-field.mo
      • pass-props-to-container.mo
    • component.s
    • lifecycle
      • trigger-action-on-props-update.mo
  • flowtype
    • flowtype.s
  • LICENCE
  • README
  • scrum
    • timebox.s
  • SUMMARY
Powered by GitBook
On this page
  • Owner: Xavier Lefèvre
  • Prerequisites
  • Steps
  • 1. Setup Production Env
  • 2. Test your JS Production environment in your emulator
  • 3. Generate a certificate and a provisioning profile with setup
  • 4. Create the app on iTunes Connect
  • 5. Launch the build process
  • 6. See your app available on Testflight internal testing
  • 7. iTunes status
  • ToDo
  1. react-native
  2. setup

deploy-project-to-production

Previousdeploy-to-production-android.moNextoverriding-existing-app.s

Last updated 6 years ago

Owner:

Prerequisites

Steps

1. Setup Production Env

Creates the necessary fastlane and JS environments files

yo rn-toolbox:fastlane-env

Answers

  • Please confirm the project name: <Press Enter> => The same as for the staging/hockeyapp setup

  • The name for this new environment (lowercase, no space): production

  • The name of your repository Git branch for the environment just set: production => Or master...

  • The name of the company which will be publishing this application: Bam => Or your client name

  • The app name for this environment: <AppName> => The final App name

  • The App Id for this environment: com.<TeamName>.<ProjectName>.production

  • Which platform will you use for deployment?: AppStore

  • Your git repo for match: git@github.com:<TeamRepo>/certificates.git

  • The branch you want to use for match: <Press Enter> => The same as for the staging/hockeyapp setup, one Apple account means one branch usually

  • The developer.apple.com team id for the certificates: **redacted** => Can be found in Membership (on the website )

  • The itunesconnect.apple.com team name: **redacted** => Can be found at the bottom top right

  • Your apple id: **redacted** => The username of the apple account

  • Your keystore password: <Press Enter> => You can directly accept the generated password from the generator

2. Test your JS Production environment in your emulator

To make sure that your app is ready to be pushed in production, not showing or using dev tools and calling the right back-end

3. Generate a certificate and a provisioning profile with setup

bundle exec fastlane ios setup --env=production

4. Create the app on iTunes Connect

  • My apps > Top Left '+' > New App

    • Platform: iOS

    • Name: <AppName>

    • Language: <Main app language>

    • Bundle ID: <Above App Id>

    • SKU: <App Id as well>

    • Create!

5. Launch the build process

It will sign and build your app and upload it to iTunes Connect.

bundle exec fastlane ios deploy --env=production

6. See your app available on Testflight internal testing

  • Wait: processing from Apple (can see the status in iTunes Connect > Your App > Activity)

  • Your app should be "green" for iTunes Connect Users: iTunes Connect > Your App > Testflight

  • Click: iTunes Connect Users to invite testers > '+'

    • Add someone that was already invited to manage this account

7. iTunes status

This is the flow you will go through once you've uploaded your app:

ToDo

  • Add compliance issues detail after the app arrived on iTunes Connect

  • Detail how to add a new user to an iTunes Connect account

If there is an error due to icons,

applereviewstatus

Here is a website that gives the current waiting time for the review step: . The longest step is 'Waiting for Review' that can last several days.

Detail how to use match with an

Xavier Lefèvre
React Native Toolbox
https://developer.apple.com
check this doc
http://appreviewtimes.com/
already existing certificate