Checking which files will be included in the application bundle

When you add resource files to a project *images, audio, nib, etc) they will automatically be bundled with your application.

(more…)

Creating A Developer Certificate

Add the devices to be used for development in ‘Certificates’

(more…)

Creating Provisioning Profile For An App

In the Developer Center select ‘iOS Provisioning Portal’

(more…)

Deploying During Development

This guide may be used to distribute apps wirelessly (without iTunes) using the Ad Hoc method, for testing, review, etc.

(more…)

Distributing An Application for Testing

See here

Links To iTunes App Store

See http://stackoverflow.com/questions/433907/how-to-link-to-apps-on-the-app-store

(more…)

Submitting Your Binary To iTunes Connect

Select Project > Select Project > ‘Info’ Tab

Configurations > Add a “Distribution” configuration by duplicating the release configuration.

(more…)

Upgrading An App On A Device Without Affecting An Installed Release Version

Debug On Device Running Release Version Of An App

To be able to debug on a device that is already running the release version of an app you now want to develop further and run on it you can do this to avoid the release version being affected:

(more…)