Is it possible to record actual sound on the simulator using mic

ios, ios-simulator, iphone

Solution

iOS Simulator does not support audio recording, you should use real device to test.

Here you can read about Limitations of Testing in iOS Simulator

Hardware Limitations While most of the functionality of iOS devices can be simulated in iOS Simulator, there are some hardware features that must be tested directly on a device. The hardware features that cannot be simulated are:

Accelerometer

Gyroscope Camera Proximity Sensor

Microphone Input

Problem

Is it possible record the actual sound on the simulator using the mic. I have created the recorder which record the sound in simulator but not recording the actual audio its just null(empty) audio.

Original source