iOS7/8 - Send Touch Events on Non Jailbroken iPhone/Pad

眉间皱痕 提交于 2019-12-11 09:37:17

问题


Our requirement is to send touch events from remote service to non jailbroken iPhone or iPad.

After researching on this a bit, I understand that GSEvent can no longer (ie. iOS7+ doesnt support this method) be used to simulate touch event.

IOHID is other alternative which has been mentioned but again if I understand correctly, iOS 6.1 onwards , entitlement check has been added. IOHIDEventSystemCreate apparently compares the bundle identifier with "com.apple.springboard", if the comparison fails then the call silently fails.

I know that there are device lab providers who are doing this - one of them apparently interfaces with hardware but there is no indication that others are doing the same.

So my question is - is this possible? If yes any pointers as to how this can be achieved?

来源:https://stackoverflow.com/questions/26916379/ios7-8-send-touch-events-on-non-jailbroken-iphone-pad

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