Search code examples
iosobjective-crecord

How to record and replay the operations on ios?I do not mean the screen recording


How can I record the operations on iOS, such as touch, move, select, when they happened, the time, the position of action, the action type will be recorded.And then the record can be replay, the actions would be triggered sequencly . Thank you very much!


Solution

  • I would suggest you this GestureRecognizer:

    1. Add a visual tap effect when you press the screen Record yourself
    2. using the App on the simulator using a screen capture Add in a video
    3. player at the tutorial screen that shows how to use the app

    This three action can be done using via AVFoundation framework

    or

    A another way to this is SIKULI tool. You can automate the demo work flows easily http://www.sikuli.org/download.html