0

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

Shaboboo
  • 1,347
  • 1
  • 16
  • 35
  • 1
    Did you request the permissions at runtime? – Cheesebaron Oct 06 '20 at 15:10
  • @Cheesebaron Yes. Though I would expect them to all be listed on the application info settings page on the device as soon as the application is installed. Shouldn't that be the case? – Shaboboo Oct 06 '20 at 15:22
  • 1
    @Shaboboo Hi, it seems there is no difference used with your shared permissions between iOS 13 and 14. – Junior Jiang Oct 07 '20 at 06:16
  • @JuniorJiang-MSFT Thank you for confirming that for me. If there are no changes then I am stumped why they would not be showing up in the app settings... – Shaboboo Oct 07 '20 at 14:35
  • @Cheesebaron I didn't understand your comment at first, but you're spot on. The permissions do not show in the list until after you've requested them at runtime. A bit annoying, but I can work with it. If you'd like to write an official answer I will accept it. Thanks – Shaboboo Oct 07 '20 at 21:44

0 Answers0