Skip to content

ARCore SDK for iOS v1.19.0

Compare
Choose a tag to compare
@bsanjin bsanjin released this 31 Aug 23:48

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.