I want to know how can I listen all touch events on a jailbreak ios device even the app is running in background. This feature was implemented in an app named AutoTouch. Any ideas or suggestions?
Asked
Active
Viewed 620 times
2
-
1What have you tried so far? Can you post the code and explain the exact problem you have. – Adam Richardson Dec 06 '13 at 09:59
2 Answers
6
It is possible to capture system wide touch events just by private api without jailbreaking (ofcourse it will work on jailbroken device too).. Here's the link. It also contains link to github example.

Community
- 1
- 1

TorukMakto
- 2,066
- 2
- 24
- 38
2
take a look at the libactivator, the standard tool on jailbreaked iDevices to handle touchevents -> https://github.com/rpetrich/libactivator

thorb65
- 2,696
- 2
- 27
- 37