IOSDev: Difference between revisions

From Medien Wiki
Line 5: Line 5:
In order to sign your apps, so that they can be tested on your devices, follow these steps:
In order to sign your apps, so that they can be tested on your devices, follow these steps:


# send your Name, E-mail and UDID to Michael (the UDID can be found under "ID" in Xcode » Windows » Organizer » Devices, if the device is connected)
# send your Name, E-mail and UDID to Michael (the UDID can be found under "ID" in Xcode » Windows » Organizer » Devices, if the device is connected - alternatively you can find it in iTunes, Overview page of your connected device, click on "Serial Number" and it shows the UDID - though you cannot copy and paste it)
# accept the invitation you receive
# accept the invitation you receive
# login at the [http://developer.apple.com/iphone/manage/overview/index.action Apple Developer Program Center] and follow the "How To" under "Certificates" to generate your certificate and upload the generated .cert file
# login at the [http://developer.apple.com/iphone/manage/overview/index.action Apple Developer Program Center] and follow the "How To" under "Certificates" to generate your certificate and upload the generated .cert file

Revision as of 09:40, 17 April 2011

Get the iPhone SDK

Setup XCode

In order to sign your apps, so that they can be tested on your devices, follow these steps:

  1. send your Name, E-mail and UDID to Michael (the UDID can be found under "ID" in Xcode » Windows » Organizer » Devices, if the device is connected - alternatively you can find it in iTunes, Overview page of your connected device, click on "Serial Number" and it shows the UDID - though you cannot copy and paste it)
  2. accept the invitation you receive
  3. login at the Apple Developer Program Center and follow the "How To" under "Certificates" to generate your certificate and upload the generated .cert file
  4. once your certificate has been accepted, download the WWDR Intermediate Developer Certificate and add it to your keychain
  5. download the "Summer Term Apps" Provisioning Profile and upload it to your device
  6. In your XCode Project, go to Target » YourApp » Show Info » Properties and replace "com.apple" with "de.uni-weimar"
  7. When you compile your project for the device, your app will be signed and can be uploaded to your device

Submitting to the App Store

see:



Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.