Setup check and request camera permission on IOS

simple question.
How to request camera and location permissions? like this

previously I had followed this link Unity - Manual: iOS authorizations in Unity
added description on configuration project settings


added NSCameraUsageDescription and NSLocationUsageDescription to info.plist(xcode).

I want to display this permission after clicking the button. If you look at the link above, it uses Application.RequestUserAuthorization but this only supports webcam and microphone.
I’m confused about how to display the permission request.

1 Like

unless i am totally confused WebCam IS Camera in this context (name comes from the times long forgotten before we had a device with camera in our pockets 8))