Post not yet marked as solved
Post marked as unsolved with 5 replies, 6,410 views
HiWe have a problem with our app when starting on an iPhone X.As soon as we run the ARKit Session with .gravityAndHeading on, it fails with:session did fail with error: Error Domain=com.apple.arkit.error Code=102 "Required sensor failed." UserInfo={NSLocalizedFailureReason=A sensor failed to deliver the required input., NSUnderlyingError=0x1d02415c0 {Error Domain=CMErrorDomain Code=102 "(null)"}, NSLocalizedRecoverySuggestion=Make sure that the application has the required privacy settings., NSLocalizedDescription=Required sensor failed.}If we only set it to .gravitiy. It works. What causes this issue. We have added all privacy flags and it still does not work.CoreLocation and the camera is accepted as well.We have a second iPhone X and it works there.Does anybody have the same issue?