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.