Open luatvudinh opened 4 years ago
I reviewed and realize that this issue might be cause of iOS present popup to request access camera and photos.
@luatvudinh I have no idea to be honest :)
@luatvudinh I have no idea to be honest :)
I think that from iOS 13 the scenes exist and when we present YP image picker, the current scene will be resigned and replacing by new scene. That is why the function sceneWillResignActive(_:)
be triggered.
Please check and explain to me why app triggered function
sceneWillResignActive(_:)
when I showed image picker.Thanks team.