iOS skip permission dialog on startup

Is there a way to skip the iOS permission dialog on startup of Unity3d application? I need to ask for the permission only when it is really needed.

I need camera permission, but only when user wants to access certain part of the application.

I found that you can use meta-data for Android.

Is there something simmilar I can use on iOS?

Thanks.

Hey Vladimir,

I don’t think iOS permission dialog comes up before you start using the camera. If that’s not the case then I’ll need more details, preferably in the form of a bug report. Otherwise just make sure you’re not trying to use any camera-related Unity API in the part of your app that does not need camera access.

1 Like