Jump to content

iPhone SDK Beta 4 Release


stroke
 Share

1 post in this topic

Recommended Posts

• Code Signing

⁃ Code signing is enforced on the device starting with beta 4 of the iPhone

SDK and iPhone OS. This means that your project will need to contain a

valid certificate signing identity that resolves to a valid certificate in your

keychain. If there is no valid identity in the project, the code will continue

to function on the Simulator, but will fail to execute on any device.

 

From the Readme of the new release (beta 4).

 

This basically means you now have to have a certificate to install apps onto your device, whereas previously, you could nullify the certificate in the build settings. Now you need to obtain a certificate to be able to build apps onto a device.

Link to comment
Share on other sites

 Share

×
×
  • Create New...