(added signing how-to) |
m (→Setup XCode) |
||
Line 12: | Line 12: | ||
# In your XCode Project, go to Target » YourApp » Show Info » Properties and replace "com.apple" with "de.uni-weimar" | # In your XCode Project, go to Target » YourApp » Show Info » Properties and replace "com.apple" with "de.uni-weimar" | ||
# When you compile your project for the device, your app will be signed and can be uploaded to your device | # 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: | |||
* [https://itunesconnect.apple.com/docs/iTunesConnect_DeveloperGuide.pdf iTunes Connect Developer Guide] | |||
{{Template:iPhoneDev}} | {{Template:iPhoneDev}} |
Revision as of 23:50, 15 May 2010
Get the iPhone SDK
Setup XCode
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)
- accept the invitation you receive
- login at the Apple Developer Program Center and follow the "How To" under "Certificates" to generate your certificate and upload the generated .cert file
- once your certificate has been accepted, download the WWDR Intermediate Developer Certificate and add it to your keychain
- download the "Summer Term Apps" Provisioning Profile and upload it to your device
- In your XCode Project, go to Target » YourApp » Show Info » Properties and replace "com.apple" with "de.uni-weimar"
- 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.