I have some confusion about permission with using PHPickerViewController
& UIImagePickerController
.
Do I have to request permission for using it ? (Currently, I open it without request permission but It's working.)
Is it acceptable for upload to app store ? and if it acceptable when I have to request permission for photo?
Ps.
I use PHPickerViewController
for iOS14+ and UIImagePickerController
for <iOS13.
Thank you for every reply or answer.