问题
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!
回答1:
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.
- Launch Settings, and select Control Center.
- Add Screen Recording.
- Swipe-up from the bottom of the display to reveal Control Center.
- Tap Screen Recording button.
回答2:
Use QuickTimePlayer:
- Connect iDevice to Mac.
- Open QuickTime
- File > New Movie Recording
- 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:
- Start everything up in iOS Simulator
- Open QuickTime
- File > New Screen Recording
- Press record button. You will now be given the option to drag out an area of the screen to record.
回答3:
To take a screenshot, use the screenshot operation:
xcrun simctl io booted screenshot
To record a video, use the recordVideo operation:
xcrun simctl io booted recordVideo <VideoFILENAME>.<extension>
回答4:
This has already been answered in this forum at this post
Capture iOS Simulator video for App Preview
Anyways, you can use QuickTime recorder to record your app running on the iPhone
来源:https://stackoverflow.com/questions/31792488/recording-iphone-screen-while-running-app-on-xcode