I wanna see all the running processed using system("ps x"); or a similar function.. Then kill unwanted processes using system("kill xxxx");.. is it possible in iOS?
I wanna see all the running processed using system(ps x); or a similar function..
Share
This is not possible for security reasons. Being able to access so much information would allow for others to re-image the device.