I've been searching a lot and just cannot find anything. I want to know how I can make an iOS app that has buttons that when clicked execute a terminal command, such as, killall SpringBoard, or Rebbot, or UICache. Does anyone know how to make a button execute a command like that?
Asked
Active
Viewed 331 times
-3
-
take a look at this: https://stackoverflow.com/questions/6419678/iphone-reboot-programmatically/ – christian mini Nov 23 '19 at 10:32
1 Answers
1
You might want to look at the source of PowerApp https://github.com/Dave1482/PowerApp

Joshua Henry
- 11
- 1