12,297
edits
m (→Xcode Setup) |
|||
Line 10: | Line 10: | ||
With the latest Xcode3 and Xcode4 releases, compiling signed apps became a lot easier. If the IDE is set up right and Developer Certificates installed correctly, Xcode manages all required profiles automatically. You don't even have to set the App Identifier! Just follow the first steps (1 to 4) and you should be able to run your app on your iOS device: | With the latest Xcode3 and Xcode4 releases, compiling signed apps became a lot easier. If the IDE is set up right and Developer Certificates installed correctly, Xcode manages all required profiles automatically. You don't even have to set the App Identifier! Just follow the first steps (1 to 4) and you should be able to run your app on your iOS device: | ||
# send your Name, E-mail and UDID to Michael (the UDID can be found under | # 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 | # 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 | # once your certificate has been accepted, download the WWDR Intermediate Developer Certificate and add it to your keychain | ||
# 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 | ||
For older Xcode versions you also have to follow these additional steps: | For older Xcode versions you also have to follow these additional steps: | ||
# download the | # download the “Summer Term Apps” Provisioning Profile and upload it to your device | ||
# In your XCode Project, go to Target | # 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 | ||