I'm have an cross platform app developed on Unity and I want the app skip permission asking when app launched.
I did it on Android by adding "unityplayer.SkipPermissionsDialog" meta-data to your Android manifest. But I could not find any instruction for iOS.
Please share show to do this on iOS
Thank you all!