Search code examples
xcodeios-simulator

How do I test iOS microphone use on the simulator?


How do I test the microphone in my IOs simulator? I don't think it records through the built in audio at the top of my Mac screen, which I understand.

Which of these options would work?

1.Plug a real microphone into my laptop

2.Export the app into my Iphone <- I don't know how to do this yet

3.Download some library that will use the built in audio on my macbook screen <- I saw a youtube video about this months ago but I can't find it now.

I appreciate any feedback. I'm asking this now to avoid programming strings of code that I cannot test.

Thank you

-Samuel


Solution

  • The built in microphones should work with the iOS Simulator.