简体   繁体   中英

iOS 6.0 and up to max : How can i give root access to my own application. iPhone is jailbreak

I am new in iPhone.I am developing iPhone application. My iPhone is jailbreak, I want to use a message history from my jailbreak device. But i can't used that message history. So I want to give root access permission to my application for access SMS history. How can I do it, How can I give root permission to my application. Thank You for your answer.

After compiling, unzip the ipa and drop the .app folder in "Payload" into /Applications. Now run chmod -R 777 /Applications/<YourAppName> This should get rid of Apple's sandbox and let you take advantage of your jailbreak. You might even want to consider packaging it into a .deb file so that others can install it like this automatically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM