Hello,
When the in app purchase payment sheet is presented, the ARKit session is interrupted.
Does anyone know if i can change the presentation style of the sheet?
Thank you!
Hello,
When the in app purchase payment sheet is presented, the ARKit session is interrupted.
Does anyone know if i can change the presentation style of the sheet?
Thank you!
Are you monitoring the cameraDidChangeTrackingState? This is needed to deal with interruptions to the session and decide how to handle them.
ARKit interruptions the session when another full-screen view controller is presented. You can use the .popover
presentation style to prevent this.