IPad – Recording screen and user inputs (gestures) on iPad

ipadrecordingscreenvideo

I need to perform an usability study of my application running on an iPad and would like to record the screen (video showing what is going on) as well as gestures (where and when users tap their fingers on screen).

Tools like Quicktime Player X, Camtasia or ScreenFlow can record the screen video, but not gestures.

Do you know any solution, please?

Best Answer

You can program your app so that it shows the gestures on screen - then it would appear in the recorded video as well. You would then have a simple switch in your program's source code so that you can enable this feature only for demonstration videos and not in the actual released app.

Many modules exist for doing this easily - for example:

A less sophisticated solution is to use the built-in accessibility features of iOS. You can read a guide on doing that here.