v100.8.0 Release
This release updates the code for the ArcGIS RuntimeSDK for iOS release v100.8. It includes:
- JobManager changes: Use UIApplication.shared.beginBackgroundTask instead of the background fetch stuff. Background fetch can take hours to get called according to the Apple documentation. Instead,
beginBackgroundTask
keeps the app alive for up to 10 minutes, giving most jobs the ability to finish or at least get to get out of process download phase. - Auto Layout fixes for
JobManagerExample
andMeasureToolbar
. - Updates minimum iOS version to 12.0 and Xcode version to 11.0 to keep inline with the ArcGIS Runtime SDK for iOS.
- Fixes deprecation of
UISearchController.dimsBackgroundDuringPresentation
resulting from iOS 12.0 update. - Change
locationDataSource
property ofArcGISARView
to be of typeAGSLocationDataSource
instead of the subclassAGSCLLocationDataSource
.