ARCore SDK for iOS v1.22.0
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.