Skip to content

Releases: google-ar/arcore-ios-sdk

ARCore SDK for iOS v1.44.0

21 Jun 09:06
Compare
Choose a tag to compare

Known Issues

None.

Breaking & behavioral changes

None.

New APIs and capabilities

None.

Deprecations

None.

Other changes

The structure of the Swift package is changed to use static libraries instead of static frameworks. This structure fixes an issue where apps built with ARCore would not deploy on Xcode 15.3.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.43.0

14 May 22:06
Compare
Choose a tag to compare

Known Issues

  • ARCore fails to deploy with Swift Package Manager on Xcode 15.3.

Breaking & behavioral changes

None.

New APIs and capabilities

None.

Deprecations

None.

Other changes

The nanopb dependency is updated to include the privacy manifest.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.42.0

15 Mar 17:57
Compare
Choose a tag to compare

Breaking & behavioral changes

None.

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.41.0

07 Dec 17:22
Compare
Choose a tag to compare

Breaking & behavioral changes

None.

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.40.0

13 Oct 20:25
Compare
Choose a tag to compare

New APIs and capabilities

The new ARCore Scene Semantics API is now available on iOS. Scene Semantics runs an ML model on the camera image feed and provides a semantic image with each pixel corresponding to one of 11 labels of outdoor concepts.

Other changes

  • The SDK no longer supports deployment targets < 12.0.

Bug fixes

  • #139: Fixed a crash caused by creating Rooftop or Terrain Anchors outside of supported areas.

ARCore SDK for iOS v1.39.0

17 Aug 19:00
Compare
Choose a tag to compare

Known issues

  • None.

Breaking & behavioral changes

  • None.

New APIs and capabilities

  • None.

Deprecations

  • None.

Other changes

  • None.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.38.0

29 Jun 20:02
Compare
Choose a tag to compare

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.37.0

10 May 20:41
Compare
Choose a tag to compare

New APIs and capabilities

Streetscape Geometry

Streetscape Geometry is a new ARCore Geospatial API that provides the geometry of buildings and terrain in an area around the user when the Geospatial API is enabled.

See Streetscape Geometry Developer Guide (iOS) for more information. Additionally, the GeospatialExample app has been updated to include Streetscape Geometry.

Rooftop anchors

Rooftop anchors are a new Geospatial anchor type that helps you anchor content to a rooftop.

See Geospatial anchors (iOS) for more information. Additionally, the GeospatialExample app has been updated to include Rooftop anchors.

ARCore async APIs

This release introduces new ARCore async APIs to improve ergonomics when working with asynchronous operations, following the Future paradigm.

Deprecations

Other changes

ARCore SDK for iOS v1.36.0

03 Mar 23:34
Compare
Choose a tag to compare

Other Changes

  • The ARCore iOS SDK now officially supports Swift Package Manager. See Enable AR in your iOS app for instructions on how to integrate with ARCore using Swift Package Manager.
  • Adds copyright statements added to files that were inadvertently missing them previously.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.35.0

08 Dec 01:24
Compare
Choose a tag to compare

New APIs and capabilities

Deprecations

Other changes