Reputation: 1393
I have created iphone project. I want to test it on my iphone. I don't have an account on itunesconnect so I'm unable to load a certificate to sign my code. I've created my own certificate (Keychain Access->Certificate Assistant ->Create Certificate). But I could not sign my project with it. xCode can not see my self-signed certificate.
How can I sign my code to test it on my device without itunesconnect account?
Upvotes: 0
Views: 2266
Reputation: 2082
Besides @Almo 's answer6 You may test your application on jailbroken iPhone. There is at least one working solution: http://www.gumballtech.com/2010/04/14/on-device-testing-wout-paying-99/
..Then simply send file to device via SSH.
There's also other solutions but i don't know if it working (for example Test iOS app on device without apple developer program or jailbreak )
Upvotes: 2
Reputation: 139
I have tested my applications on a jailbroken device, it does indeed work. Also, >> @Almo
Upvotes: 2
Reputation: 14063
It's not possible to run an app on a device without a valid developer account and all that goes with it. Not legitimately anyway (I know nothing about jailbreaking.)
Upvotes: 2
Reputation: 15861
A certificate is not a provisioning profile. You need a provisioning profile for the device in question to load onto it. For this, you need to be a registered iOS developer, which is $99 per year.
Upvotes: 4