supportsDirectionMeasurement returns false and cant not use SceneKit

Hi everyone, I am trying on iOS 17.1.1 the Nearby Interaction framework and SceneKit. I am testing it on iPhone 15 Pro Max and iPhone 12 Pro Max.

if NISession.deviceCapabilities.supportsDirectionMeasurement {
           print("Interact using device distance and direction.")
} else if NISession.deviceCapabilities.supportsPreciseDistanceMeasurement {
            print("Interact using distance only.")
}

iPhone 12 Pro Max is working normally, but supportsDirectionMeasurement property in iPhone 15 Pro Max returns false and i cant use the SceneKit.

Is anyone experiencing the same issue?

Regards,

Shin

Hello Shin, Thanks for posting this. Did it ever work on your 15 Pro Max? supportsDirectionMeasurement is returning true for me on iOS 18. Does upgrading to iOS work for you? On our iPhone 16, it is returning false. Best, Ian

supportsDirectionMeasurement returns false and cant not use SceneKit
 
 
Q