Question

I am trying to write a program for iPhone that pop up messages/information depending on the combination of keys a user press on the iPhone. For example, if a user type a certain key word, my program will display a message (my program will be running in the back ground upon user’s request). Can you please tell me if there is a way we can capture what keys user is pressing on his/her iPhone. Either on a text message or a web browser etc.. Any ideas would be greatly appreciated

Was it helpful?

Solution

This is not possible (thankfully) using public APIs. It might be possible (I don't know) using private APIs on jailbroken devices.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top