You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
max-anders
changed the title
[Question]:
[Question]: Permission.audio is always permanentlyDenied
Dec 14, 2024
max-anders
changed the title
[Question]: Permission.audio is always permanentlyDenied
[Question]: Permission.audio is always permanentlyDenied on IOS
Dec 14, 2024
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
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
The text was updated successfully, but these errors were encountered: