ios - How do I prevent my Game from accessing Microphone? -


for reason, unity game asks use of microphone @ start up.

where in xcode (or unity) can disable request of accessing microphone?

first off, make sure aren't running application.requestuserauthorization(userauthorization.microphone) anywhere.

second, according this guy on unity forums, way permanently disable asking microphone permissions unchecking prepare ios recording box in xcode , renaming game. believe renaming portion applies if have submitted apple, in case have factory reset on device (or rename), cannot sure.


Comments