https://forum.unity3d.com/threads/ios-app-never-asks-for-microphone-permissions.450307/
Application.HasUserAuthorization(UserAuthorization.Microphone);
Turns out that the docs are supposed to incorrect on this issue. Should work for iOS.
↧