I'm working on an AR project using ArcGIS Runtime SDK for iOS with a world-scale ARSCNView setup. I have a SceneView configured and everything works fine when using .worldTracking mode — the 3D map and graphics load and display as expected.
However, when I switch the tracking mode to .prefergeoTracking or .geoTracking using:
WorldScaleSceneView (trackingMode: .preferGeoTracking){ proxy in }the scene goes blank — no graphics or 3D map content appears. I’ve already ensured location permissions are granted, and the GPS is working. But still, the scene remains empty when using geo-tracking.
Has anyone else faced this issue? Is there something additional I need to configure for .geoTracking to render the scene correctly?
Any help or guidance would be greatly appreciated!
Thanks in advance!