I wanted to develop an application for jailbroken iphone so that I can access SMS database.
- Can anyone tell me where to get good stuff to start development for jailbroken iPhone?
- Can I use XCODE for development? If yes, how can I use XCODE?
- 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
精彩评论