yasirkula/UnityNativeCamera

Not working in iPhone 12

vinayvidhani opened this issue · 3 comments

Camera is not getting open in iPhone 12 also there is not permission option in setting.

I'm assuming the very same code works on other devices? Are there any error messages in Xcode console at runtime?

I do have iPhone 7 with me, everything works good except some deprecation warnings. In iPhone 10 couple of users reported that some time camera does not open. Today I saw on call that camera is not opening up in iPhone 12 iOS version 14.8.1 This even doesn't ask for permission. I do not have those devices in my hand so sorry for console error.

Does modifying NativeCamera's CheckPermission and RequestPermission functions to always return Permission.Granted for testing purposes have any effect on the camera on iPhone 12?