self sign my code and test on iphone in xCode

你离开我真会死。 提交于 2019-12-13 05:19:38

问题


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?


回答1:


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.




回答2:


Without jailbreak you can not.




回答3:


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.)




回答4:


I have tested my applications on a jailbroken device, it does indeed work. Also, >> @Almo




回答5:


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 )



来源:https://stackoverflow.com/questions/8417967/self-sign-my-code-and-test-on-iphone-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!