ARCore SDK for iOS v1.19.0
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
andAugmentedFaces
subspecs can now be used at the same time.
Bug fixes
None.