I am trying to figure out a way to be able to remote control iOS devices from a Linux-based application.
I currently have in my hand a piece of software that can do exactly that, but I’m looking to replace it with an in-house implementation, but I can’t figure out what that thing is doing and how to simulate the screen events like touch, swipe and also keyinputs.
I can currently stream the screen view using https://github.com/danielpaulus/go-ios, but I need one step further to control the screen.
I also have a custom app deployed to the devices that can receive http requests, so I could implement stuff on this app that controls the phone if that’s the way to do it.
Appreciate ideas/insights.
Thanks
João Gabriel Borges Caldeira is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.