I'm using the SFSafariViewController to access a website that has an image upload button. When the user touches it, it shows library/camera options which work fine in iOS 13.
I did not add Camera and Photo Library usage descriptions to my Info.plist, but apparently it is not required for it to work.
My problem is that the Apple App Review has rejected my app by stating:
Your app accesses user data from the device but does not have the required precautions in place.
Specifically, your app accesses the device’s camera without asking the user permission.
I'm not sure how to fix this, since, even though I can add the usage descriptions, I believe SFSafariViewController does not provide me a delegate that enables me to ask for a specific permission when a user touches a button inside a website.