开发者

Is there any documentation for developing applications on jailbreak iPhone

开发者 https://www.devze.com 2023-02-14 06:29 出处:网络
I wanted to develop an application for jailbroken iphone so that I can access SMS database. Can anyone tell me where to get good

I wanted to develop an application for jailbroken iphone so that I can access SMS database.

  1. Can anyone tell me where to get good stuff to start development for jailbroken iPhone?
  2. Can I use XCODE for development? If yes, how can I use XCODE?
  3. Do I need any provisioning profiles while installin开发者_运维技巧g application on iPhone?

Thanks in advance.


YES, XCode is used to write code, even for jailbroken Apps

If you're developing for a jailbroken app first you need to to set Code Signing Identity to Don't Code Sign, then Build the app but dont Build and Go.

When its done building, SSH into your iPhone and copy your app into /Applications.

Then you need to install Link Identity Editor and Mobile Terminal from Cydia. After it's done installing them, open Mobile Terminal and enter:

Code:

ldid -S /Applications/YourApp.app/YourApp

Then just respring your device with BossPrefs or SBSettings (killall SpringBoard wont work if you are on 2.1+) and your app should appear and your Home Screen

For More Info, have a look at this Developing for jailbroken iPhone

0

精彩评论

暂无评论...
验证码 换一张
取 消