2

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?

TorukMakto
  • 2,066
  • 2
  • 24
  • 38
Hubert
  • 31
  • 1

2 Answers2

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