iOS- touch position monitoring from the background

Hi All,


Not sure it really belongs to graphichs, but position readining is typical. So sorry if I posted to the wrong forum and any advice is welcomed in the topic.

Is it possible in iOS to monitor the touch position on the screen from an application which runs like service in the background and doesn't limit users to use their phone? I tried to capture shortly on the internet, and I am really a new baby in iOS app development. I figured out that mainly you have any control just within the particular app window where your code is running. Is it any workaround to do that so?


thank you,

Peter

What you want to do is not possible. Apps can only intercept touch events when they are active (in the foreground).


Why do you want this functionality? Maybe we can suggest some alternatives.

iOS- touch position monitoring from the background
 
 
Q