Hi guys,
At the moment I’m working on a Augmented Reality App using ArcGIS Runtime 100.9 with Xamarin iOS.
Currently I’m facing I problem in which I really can use some help.
My problem I encounter is that the user has to switch between the GPS and AR kit, for this I used the code from the community samples.
But when after the scenes are loaded and view is presented the user adds some extra private data, the app crashes and stops working when the _arSceneView.StopTrackingAsync(); function is called when switching between ARKit and GPS.
I have been able the intercept the exception before the app closes and I’m encountering a null reference exception
At the moment I am not able to add any stack trace info, but will do this later.
Has anyone encountered the same issue and can provide me some help.
Thanks,
Kind regard
Peter