Skip to Content
Learning React Native
book

Learning React Native

by Bonnie Eisenman
December 2015
Beginner
200 pages
5h 48m
English
O'Reilly Media, Inc.
Content preview from Learning React Native

Chapter 10. Deploying to the iOS App Store

Now that you have a totally awesome application, you’ll want to get it into the hands of your users. This process will vary by platform. In this chapter, we will focus on the detailed steps for uploading an application to the iOS App Store.

As web developers, we’re used to having more control over our deploy processes. You may be accustomed to shipping code to production many times in a single day, and versions are usually a nonissue. With the iOS App Store, deployment is significantly more complicated, and new version releases usually require 1–2 weeks of review. Thus, it’s important to take the App Store submission and review process into account during your planning phase.

Preparing Your Xcode Project

Your Xcode project contains a lot of metadata about your application. React Native sets up some values for you by default, but before we submit our application for review, we’ll need to ensure that certain attributes are set properly. In the case of Zebreto, our project file is located in iOS/Zebreto.xcodeproj.

If, for some reason, you haven’t done so already, make sure that your Xcode project file is checked into version control. It’s not unheard of for Xcode to crash while attempting to edit a project, leaving your project file in a bad state.

Open your project in Xcode (Figure 10-1). You’ll want to open the left pane, and close the right and bottom panes (the controls for this are in the top-right corner).

Figure 10-1. Open your ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning React Native, 2nd Edition

Learning React Native, 2nd Edition

Bonnie Eisenman
React and React Native - Fourth Edition

React and React Native - Fourth Edition

Adam Boduch, Roy Derks, Mikhail Sakhniuk
Learning React

Learning React

Kirupa Chinnathambi

Publisher Resources

ISBN: 9781491929049Errata PageSupplemental Content