Skip to content

v200.3.0 Release

Compare
Choose a tag to compare
@des12437 des12437 released this 06 Dec 17:05
· 2603 commits to main since this release
99988c2

This release is designed to work with the v200.3.0 version of the ArcGIS Maps SDK for Swift. It includes the following enhancements and fixes:

Enhancements

  • The Augmented Reality (AR) toolkit components allow quick and easy integration of AR into your application using the live camera feed and Apple's ARKit framework. FlyoverSceneView allows you to explore a scene using your device as a window into the virtual world. A typical flyover AR scenario will start with the scene’s virtual camera positioned over an area of interest. You can walk around and reorient the device to focus on specific content in the scene.TableTopSceneView allows you to anchor scene content to a physical surface, as if it were a 3D-printed model.
  • The JobManager toolkit component allows long running jobs to execute in the background whenever the operating system permits. This is particularly useful if a user locks the device or switches to another app while a job is in progress. Examples of these types of jobs include taking a map offline or synchronizing edits with a service. The job manager also tracks and persists information about active jobs so that they can be easily recovered and resumed if an app is terminated and then relaunched.
  • Authenticator now supports using a personal identity verification (PIV) smart card for authentication when connecting to ArcGIS Enteprise. This requires iOS 16 and iPadOS 16.1, or later, which adds support for physical smart card authentication using an NFC or a CCID class-compliant reader.
  • UI text has been localized for 30+ languages.
  • Privacy manifest has been added to help generate accurate App Privacy Nutrition labels.
  • Required Xcode version is now 15.0.

Fixes

  • Ability to use a LoadableImage in an AsyncImageView (#428).
  • The names of trace configurations are now listed in alphabetical order in the UtilityNetworkTrace component (#526).