emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(Literaturliste auf Hauptseite) |
(added signing how-to) |
||
Line 1: | Line 1: | ||
== Get the iPhone SDK == | == Get the iPhone SDK == | ||
* [http://developer.apple.com developer.apple.com] | * [http://developer.apple.com developer.apple.com] | ||
== | == 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 [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 | |||
# 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 | |||
{{Template:iPhoneDev}} | {{Template:iPhoneDev}} |