I'm having trouble understanding the apple tutorial on codesigning. I'm looking for a simpler explanation.
A:
Assuming you are trying to get an app on your phone...
If this is indeed your case, unless you feel like doing a bunch of hacking, you need to be a registared developer, ie someone needs to have paid the $99. In which case i've found that the best documentation on how to actually get an app on your phone, in beta testers hands or on the apps store is in the developer portol.
Go to: http://developer.apple.com/iphone/ Login, then got to "iphone developer portol", there are a bunch of howto's located on the right.
-Ben
Ben
2009-09-05 23:03:13
So... it appears that the code signing is fairly automatic if you are using a certificate from the developer program?
Neo42
2009-09-08 13:54:20
Yup. Once you've created a certificate and created a provisioning profile everything else happens pretty automatically. For example if you have a valid provisioning profile attached to Xcode, Xcode will will automatically attach them to new projects.
Ben
2009-10-07 03:08:05