iOS - Can an app running in the background send touch / gesture events to another app in the foreground?

给你一囗甜甜゛ 提交于 2019-11-29 08:50:08

Nope not possible, no way no how, dont even try.

Expanded answer, if this runs on a jailbroken phone.......

Yes.... but good luck,

check Saurik's Veency code for this sort of functionality, it would have to be refactored signifcantly but basically it allows for virtualization of taps.

https://github.com/iceNuts/TouchTest

http://gitweb.saurik.com/veency.git

if you want to access another application in your iPhone ,you can set the url scheme parameter and so on.You can add callback in your url,then you can return back your application.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!