Search code examples
iphoneiosvideoscreenrecord

Is there an iOS screen recorder framework for recording demos?


I want to record a demo of my app on the device. For the purpose of recording an in-app demo, is there a framework which can be dropped into an app to record the screen?

Of course this framework would be removed prior to submission to the App Store.


Solution

  • if your device is jailbroken, try this:

    I dont know about the quality. If you can also demonstrate your app on iOS Simulator, use any Mac screen video capturing programm and record your screen.
    After it, cut your iOS frame out and you are done.