Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recording iphone screen while running app on xcode

I want to test an app with some users and I want to record the iphone screen while I'm running the app on Xcode. I want to do it this way so I can see exactly what the user has been doing while I see all the output and nslogs from Xcode.

Does anybody knows any software that allows this?

Thanks!

like image 946
Joan Cardona Avatar asked Aug 03 '15 16:08

Joan Cardona


People also ask

Can I record on my iPhone while using it?

With the Voice Memos app (located in the Utilities folder), you can use iPhone as a portable recording device to record personal notes, classroom lectures, musical ideas, and more.

Is iPhone Screen Recording illegal?

Answer: A: It is illegal to record FaceTime calls; apple doesn't allow it.


2 Answers

Yes, open quicktime and next.. ⌘ + ⌥ + N, in the screen click on the record button arrow and choose your device.

EDIT: from iOS 11 you can record the iPhone screen enabling the screen record.

  1. Launch Settings, and select Control Center.
  2. Add Screen Recording.
  3. Swipe-up from the bottom of the display to reveal Control Center.
  4. Tap Screen Recording button.

Screen Recording button

like image 186
Kerberos Avatar answered Sep 22 '22 08:09

Kerberos


Use QuickTimePlayer:

  1. Connect iDevice to Mac.
  2. Open QuickTime
  3. File > New Movie Recording
  4. If you don't see your screen mirrored immediately, go to the dropdown arrow next to the record button and select Camera > iDevice

If you are recording from iOS Simulator:

  1. Start everything up in iOS Simulator
  2. Open QuickTime
  3. File > New Screen Recording
  4. Press record button. You will now be given the option to drag out an area of the screen to record.
like image 41
sketchyTech Avatar answered Sep 19 '22 08:09

sketchyTech