How to do programming after jailbreaking my iPhone?

跟風遠走 提交于 2019-12-07 16:57:43

问题


I need some private frameworks for my app, so I am planning on jailbreaking my iPhone but, I wonder what are the steps for programming after the jailbreaking process. Are they the same for jailbroken and normal iPhones?

I know that my app will be rejected by the app store, but that is not my goal now. This is a research thing.

Thanks.


回答1:


You can build using Xcode if you wish, but you don't need to. Infact you can build on your iphone itself. All you need is to remote login to your iphone and work from there directly!

If you want to go the "open" path of iphone development (ie: not SDK), then get yourself a copy of this book. However you can still use Xcode if you wish.




回答2:


Once you have jailbroken your device, open the Cydia Installer and look on the start page. There will be many infos on how to create programs and on how to use the jailbreak-toolchain.

The programming steps are a bit different for jailbroken phones.




回答3:


Yes, you can use XCode, here are some guidelines as to what you should do.




回答4:


You can use private frameworks without jailbreaking. However I'd agree that it's much easier to find them in the first place. :)

Everything is the same for development -- using XCode will work just fine. It's a good place to get started.

The unofficial SDK would work as well but you'll have to go through a lot more hoops to get it set up so I wouldn't recommend it. Besides all the books and help really support the official development stack.

The main reason you're probably wanting to jailbreak is so that you can copy your test binary to your personal device for real world testing.



来源:https://stackoverflow.com/questions/1565143/how-to-do-programming-after-jailbreaking-my-iphone

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