Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Permission.audio is always permanentlyDenied on IOS #1419

Open
3 of 5 tasks
max-anders opened this issue Dec 14, 2024 · 1 comment
Open
3 of 5 tasks

[Question]: Permission.audio is always permanentlyDenied on IOS #1419

max-anders opened this issue Dec 14, 2024 · 1 comment

Comments

@max-anders
Copy link

max-anders commented Dec 14, 2024

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Windows

Your question

I am encountering an issue with requesting audio permission in my ios app. Even though I have added the required NSAppleMusicUsageDescription key to my Info.plist, the permission request is not working as expected. the request is always permanently denied. Additionally, I do not see any specific audio or media permission listed in the iOS settings for the app.

While researching this issue, I found mentions of kTCCServiceMedia and kTCCServiceMediaLibrary or by using the microphone permissions in documentation and online discussions. However that didn't work and it’s unclear if these are necessary for configuring media library permissions in Info.plist or elsewhere.

Version

11.3.1

@max-anders max-anders changed the title [Question]: [Question]: Permission.audio is always permanentlyDenied Dec 14, 2024
@max-anders max-anders changed the title [Question]: Permission.audio is always permanentlyDenied [Question]: Permission.audio is always permanentlyDenied on IOS Dec 14, 2024
@BIBiBI12
Copy link

I encountered the same problem. I gave permission for the microphone, but it was always permanently denied, (iphone12 iOS14.4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants