App pop Up saying “… Would like to access your (Ca

2019-08-25 22:06发布

Using Xamarin Ios. in Apps theres usually a pop up on launch that says "(app name) Would like to access your location" or photos, or things along these lines. i couldnt find any information on how to implement this, or even what this confirmation/permission process is called. can someone point me in the right direction? it would be much appreciated

1条回答
迷人小祖宗
2楼-- · 2019-08-25 22:23

When your application needs to invoke some function that involves user privacy,suah as Camera,Contacts andLocation Services. You will be prompted for authorization by the system.

You should add items in Info.plist As shown in the following image.For example if you want to use Location Services. Otherwise it will be rejected when you want to upload your application to APP Store. enter image description here

There also some other privacies.Here is a document link for you to referring to:Apple Document

查看更多
登录 后发表回答