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

前端 未结 3 720
旧巷少年郎
旧巷少年郎 2020-12-18 15:54

I have been asked to develop an app that will record and later \"play back\" touches and gestures onto another app running in the foreground.

From my experience and

3条回答
  •  不思量自难忘°
    2020-12-18 16:43

    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.

提交回复
热议问题