Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AppStore submission - how to duplicate the release configuration?

I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple :

http://tinyurl.com/3ol2qoj 

that to prepare an app for submission to the app store in XCode 4, you must:

  1. In your project, duplicate the Release build configuration and name the duplicate “AppStore”.
  2. Set the Code Signing Identity build setting to your team’s distribution code signing identity through the application’s distribution provisioning profile for the AppStore build configuration.

The page shows an image (which I'd post if I knew how) which has the project highlighted (not the targets). The BuildSettings, Code Signing Identity for the project shows an AppStore entry above the Debug and Release entries.

My questions is, what is the method for duplicating that release entry?

like image 438
Jack BeNimble Avatar asked Oct 14 '11 21:10

Jack BeNimble


People also ask

How do I submit an app from the App Store to TestFlight?

Choose a Distribution Method and Options You can export the archive or upload it to App Store Connect. You export the app to distribute it outside of the App Store, and upload it to distribute it through TestFlight or the App Store. In the Archives organizer, select the archive, then click Distribute App.

How do I remove rejected build from iTunes connect?

If you "mouse over" the rejected binary under the "Build" section you'll notice that a red circle icon with a - (i.e. a delete button) appears. Tap on this and then hit the save button at the top of the screen. Submitted binary is now gone.


1 Answers

You need to go to the Info tab located in the Project settings (not the target apps). You'll see a list of configurations there (Debug, Release). Click on the + at the bottom and then Duplicate "Release" Configuration

like image 121
Ovidiu Avatar answered Sep 23 '22 04:09

Ovidiu