Xamarin ios 14 permissions not showing in device settings

553 views Asked by At

My Xamarin app is not showing all the permissions I have set up on the app settings screen, when running on an ios 14 device. They appeared correctly in earlier ios versions.

I have the following entitlements set up in the info.plist:

  • NSPhotoLibraryUsageDescription - "Privacy - Photo Library Usage Description"
  • NSCameraUsageDescription - "Privacy - Camera Usage Description"

Can anyone tell me if ios 14 requires a different set of entitlements? I have not been able to find any developer notes on this, any links pointing me in the right direction would be a huge help!

Thanks

0

There are 0 answers