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?.
Hi,
Each ArcGIS Runtime version has requirements for physical device operation system. For 200.8 and iOS there are requirements:
Operating systems
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.