My Xamarin app crashes after updating Esri.ArcGISRuntime.Xamarin.Forms on some iOS Devices

395
0
12-11-2020 03:00 AM
EsegeMalan
New Contributor

Hi. In my Xamarin cross-platform app I'm using esri...There is just a MapView on my page. When my Esri.ArcGISRuntime.Xamarin.Forms package's version was 100.6 it worked fine on ios, android, uwp. But now updated this package to 100.9. Now it works on android, uwp and many ios devices. But it crashes on iphone 7 plus ios 12.4, iPhone 6s 12.4, iPad (7th gen, Wi-Fi). I'm getting "object reference not set to an instance of an object" on Main.cs

UIApplication.Main(args, null, "AppDelegate");


0 Kudos
0 Replies