I am building Xamarin iOS application which accesses media library.
I putted media library permission usage description in info.plist.
But it doesn't show permission request dialog when I call this method.
MPMediaQuery mq = new MPMediaQuery();
As permission authorization status is not determined, so the app is crashed at that time.
I checked the settings, but I can't see media permission, so I couldn't enable it manually.
Please help me.