I am new to jailbreak development, but I have enough knowledge and experience of iOS development. I am really confused how to start coding for my idea. Moreover, I want to stick with Xcode for that. I have setup all necessary tools for jailbreaking; starting from theos to iOSOpenDev. Plus I have downloaded all private iOS frameworks.
My Idea: Basically what I want is to develop a simple tableview
UI for my app, through which user will be able to change access settings for apps present in device. For that, what main things I need to do are:
Get all apps identifiers and names present in device.
Tackle with app launch events to control which app should be launched.
Run my app as root.
Now my Questions:
1- Can this be done with normal Xcode project accessing private frameworks or I need to use NIC (New Instance Creator) generated project for that? Or there is any such iOSOpenDev template which can help me in creating such tweak?
2- If without xcode, how can I start developing my idea?
3- How can I take start?
Please guide me. Any links, suggestions will be appreciated. Thanks.