Select to view content in your preferred language

iPad with Device (not simulator) Crashes when using the ArcGISRuntime.Maui 200.8

135
1
Saturday
BrettWinklesky
New Contributor

My apps are crashing with the 200.8 version on iPad physical device.  It used to work fine, but now it's crashing.  What might be the issue?.  

0 Kudos
1 Reply
GKmieliauskas
Esri Regular Contributor

Hi,

Each ArcGIS Runtime version has requirements for physical device operation system. For 200.8 and iOS there are requirements:

iOS deployment requirements

Operating systems

  • iOS/iPadOS 18
  • iOS/iPadOS 17

If your device operation system doesn't match, application crashes. Your need to edit Visual Studio project file to meet these requirements:

    <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">17.0</SupportedOSPlatformVersion>

 

Our application with ArcGIS Runtime 200.8 crashes on devices with iOS 15, but doesn't on iOS 16.

0 Kudos