Hi 26 beta guys,
I have apps using ARKit. In iPadOS 26 beta, ARKit stops working after switching to other apps.
how to:
- Enable WindowMode in iPadOS 26
- Launch my app and start ARSession
- Switch to another app (preference app, etc.)
- Switch back to my app
- AR stops updating camerafeed.
I debug printed ARSessionDelegate, and found that after sessionWasInterrupted was called, sessionInterruptionEnded was never called.
sessionInterruptionEnded is called if WindowMode disabled.
Is this just a bug for 26 beta?
I suspect there is similar problem with non-AR camera.
Any idea?