Quantcast
Channel: iOS and tvOS
Viewing all articles
Browse latest Browse all 10823

iOS App Never Asks for Microphone Permissions

$
0
0
Hi, I'm struggling to get my app to gain microphone permissions.
Once compiled and installed on an iPhone, it never asks the user for microphone access.
Obviously, I therefore dont get any sound to my app.
As far as I know, I'm doing everything correctly.
This is how I'm asking for Microphone permissions
Code (CSharp):
  1. yield return Application.RequestUserAuthorization(UserAuthorization.Microphone);
  2. if (Application.HasUserAuthorization(UserAuthorization.Microphone)) {
  3.      selectedDevice =...
iOS App Never Asks for Microphone Permissions

Viewing all articles
Browse latest Browse all 10823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>