I need to implement an app that monitors keyboard activity i.e. which app is using keyboard on iPhone. no need to retrieve key pressed/data entered by that app using keyboard at all.
my app is going to run in background using apple's background multitasking feature for voip and navigators.
I can use private api as my client doesn't need this app on appstore. iPhone is non-jailbroken. Thanks.