ARKit plane detection stops working for iOS 16.0.2

We are using ARWorldTrackingConfiguration for our app to detect horizontal and vertical planes. With iOS 16.0.2 update, iPhone 11 device lost its ability to detect planes. It used to work for iOS 15 versions. Anyone knows what could be the problem here? I also submitted feedback to Apple via Feedback Assistant. We also tried running Apple's sample project “Tracking and Visualizing Planes” https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_planes but it also can't detect with iPhone 11s, but other devices work.

let configuration = ARWorldTrackingConfiguration()
configuration.planeDetection = [.horizontal, .vertical]
sceneView.session.run(configuration)

It doesn't work on iOS 16.0.3 too

hi, did you solve this problem or find out why it happens?

hi, did you solve this problem or find out why it happens?

hi, did you solve this problem or find out why it happens?

@ozgurs did you hear anything back from the feedback request on this?

ARKit plane detection stops working for iOS 16.0.2
 
 
Q