Share ARKit Worldmap across iOS devices

I need to build a persistent AR app for an exhibition, meaning each device has access to the same anchors and I was looking at ARKit Worldmap.
It seems possible to save a Worldmap on the device and load it later. Does anyone know if I can share this Worldmap with other devices? Either through a server or directly through Xcode devices window co

According to the ARKit World Map documentation, it is possible to share the saved world map between devices using your server.

1 Like