How use Microphone in IOS
Hello everyone. I tried use microphone in ios but he not work) in start i check if(!Application.HasUserAuthorization(UserAuthorization.Microphone)) { print ("non"); return; }
but i have return false. Ios not check granted permission microphone
what i can do it whith this?
Comment
Answer by ina · Jan 05, 2018 at 07:56 AM
have you tried starting it? https://docs.unity3d.com/ScriptReference/Microphone.Start.html
Your answer
Follow this Question
Related Questions
ld: warning: ignoring file libiPhone-lib.a 3 Answers
ios Clang Error 0 Answers
Error when compile ios version 0 Answers
For iOS development what image sizes do I need? 1 Answer
Audio coming through iPhone earpiece 0 Answers