Skip to content

Releases: google-ar/arcore-ios-sdk

ARCore SDK for iOS v1.27.0

23 Sep 17:26
Compare
Choose a tag to compare

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Fixed a bug in 1.26.0 where frames were never emitted.

ARCore SDK for iOS v1.26.0

13 Aug 00:24
Compare
Choose a tag to compare

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.25.0

17 Jun 21:31
Compare
Choose a tag to compare

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Fixed a crash that sometimes occurred when using the currentFrame property
    on GARAugmentedFaceSession.

ARCore SDK for iOS v1.24.0

18 May 19:17
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.23.0

19 Feb 19:59
Compare
Choose a tag to compare

Increased the minimum deployment target to iOS 10.0 (from iOS 9.0).

Known Issues

  • The emulator build of ARCore does not support ARM (Apple Silicon) Macs.

Breaking & behavioral changes

New APIs and capabilities

None.

Deprecations

None.

Other changes

  • The binary size impact of Cloud Anchors on a compressed arm64-only app
    bundle has been reduced to approximately 500KB.

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for iOS v1.22.0

15 Dec 00:16
Compare
Choose a tag to compare

Beginning in January 2021, AR-enabled apps built using ARCore SDK 1.11.0 or earlier will no longer be able to host or resolve Cloud Anchors. Specifically, Cloud Anchors returned by hostCloudAnchor:error: and resolveCloudAnchorWithIdentifier:error: will always have the state GARCloudAnchorStateErrorInternal.

Apps built with ARCore SDK 1.12.0 or later are unaffected. Their use of Cloud Anchors APIs is covered by the Cloud Anchors deprecation policy.

Known Issues

  • The emulator build of ARCore does not support ARM (Apple Silicon) Macs.

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.21.0

10 Nov 01:59
Compare
Choose a tag to compare

Upcoming breaking change affecting Cloud Anchors apps built using ARCore SDK 1.11.0 or earlier

Beginning in December 2020, AR-enabled apps built using ARCore SDK 1.11.0 or earlier will no longer be able to host or resolve Cloud Anchors. Specifically, Cloud Anchors returned by hostCloudAnchor:error: and resolveCloudAnchorWithIdentifier:error: will always have the state GARCloudAnchorStateErrorInternal.

Apps built with ARCore SDK 1.12.0 or later are unaffected. Their use of Cloud Anchors APIs is covered by the Cloud Anchors deprecation policy.

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.20.0

06 Oct 18:11
Compare
Choose a tag to compare

Breaking & behavioral changes

  • Beginning in December 2020, AR-enabled apps built using ARCore SDK 1.11.0 or earlier will no longer be able to host or resolve Cloud Anchors. Apps built with ARCore SDK 1.12.0 or later are unaffected. To learn more about this breaking change, and for instructions on how to update your app, see the Cloud Anchors deprecation policy.

New APIs and capabilities

Deprecations

None.

Other changes

None.

Bug fixes

None.

ARCore SDK for iOS v1.19.0

31 Aug 23:48
Compare
Choose a tag to compare

Breaking & behavioral changes

  • Adjusted the generated Swift argument labels of some methods:
    • GARSession.resolveCloudAnchor(withIdentifier:) -> GARSession.resolveCloudAnchor(_:)
    • GARSessionDelegate.session(_:didHostAnchor:) -> GARSessionDelegate.session(_:didHost:)
    • GARSessionDelegate.session(_:didFailToHostAnchor:) -> GARSessionDelegate.session(_:didFailToHost:)

New APIs and capabilities

None.

Deprecations

None.

Other changes

  • The CloudAnchors and AugmentedFaces subspecs can now be used at the same time.

Bug fixes

None.

ARCore SDK for iOS v1.18.0

25 Jun 19:21
Compare
Choose a tag to compare

Breaking & behavioral changes

None.

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Fixed Cloud Anchors Privacy link in the (CloudAnchorExample) sample app. The incorrect link now redirects to the correct link, so existing apps with the incorrect link don't need to be updated.