Apple expands ARKit anchor system with persistent multiplayer anchors for shared worlds

Gaming · 4 min read

Apple expands ARKit anchor system with persistent multiplayer anchors for shared worlds

At WWDC-adjacent developer sessions, Apple detailed an ARKit update that adds persistent multiplayer anchors that can be authored, discovered, and synchronized across users and devices. Anchors can now be stored in iCloud and associated with app-scoped IDs, enabling developers to create AR objects that remain in place across sessions and devices without custom backend glue.

The new API includes conflict resolution primitives, time-to-live policies, and automatic spatial re-localization so anchors survive relocalization drift on devices with varying sensor fidelity. Apple emphasized privacy: anchors are app-scoped and encrypted in transit, and developers must request a new runtime permission to publish an anchor to iCloud.

For designers and game developers, the update simplifies persistent game worlds, shared annotation layers in enterprise AR, and multi-user AR prototyping. Apple also shipped sample code showing how to combine anchors with Reality Composer and SceneKit, hinting at tighter toolchain integration for building collaborative AR narratives.