objective c - In iOS how to get Global touch event notification in background running state? -
i looking way notified user initiated touch event while app in background running state, want make clear don't want handle gesture events or break uiresponder chain, form of notification user initiated touch somewhere on screen?
this isn't possible @ using standard sdk. able record user tapping in other applications , record typing on keyboard. isn't allowed. touches sent app can intercepted , handled.
Comments
Post a Comment