Releases: google-ar/arcore-ios-sdk
ARCore SDK for iOS v1.17.0
Breaking & behavioral changes
None.
New APIs and capabilities
None.
Deprecations
None.
Other changes
- The binary size of the Cloud Anchors SDK has significantly decreased.
- Bitcode is now supported for Augmented Faces. (Bitcode was already supported for Cloud Anchors.)
Bug fixes
- Various bug fixes and performance improvements.
ARCore SDK for iOS v1.16.0
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.15.0
Breaking & behavioral changes
None.
New APIs and capabilities
None.
Deprecations
None.
Other changes
- Raised the required minimum iOS SDK version to 13.0.
Bug fixes
- Various bug fixes and performance improvements.
ARCore SDK for iOS v1.14.0
Breaking & behavioral changes
- Removed the Cloud Anchor example from the SDK, so
pod try
will no longer work on the ARCore CocoaPod. It is still available underExamples
on the GitHub repository.
New APIs and capabilities
None.
Deprecations
None.
Other changes
None.
Bug fixes
- Various bug fixes and performance improvements.
ARCore SDK for iOS v1.13.0
Decreased the minimum deployment target of AugmentedFaces
to iOS 9.0 (from 10.0).
Bug fixes and performance improvements.
ARCore SDK for iOS v1.12.0
-
The ARCore CocoaPod has been divided into two subspecs,
CloudAnchors
and
AugmentedFaces
.AugmentedFaces
is new for this release. (These libraries
are not yet designed to work together.) -
The
AugmentedFaces
subspec allows you to implement ARCore's Augmented Faces
feature on iOS. To read more about Augmented Faces, see
https://developers.google.com/ar/develop/ios/augmented-faces/overview -
The Cloud Anchors feature has changed as follows.
- The data captured by
hostCloudAnchor:error:
and uploaded to the ARCore
Cloud Anchor API service has changed. See
https://developers.google.com/ar/develop/ios/cloud-anchors/overview#how-hosted
to learn more. resolveCloudAnchorWithIdentifier:error:
will no longer time out or fail
when the ARCore Cloud Anchor API service is unreachable or the anchor
cannot be immediately resolved. Instead, the API continues to attempt to
resolve the provided anchors until they are removed.- The
ErrorResolvingLocalizationNoMatch
andErrorServiceUnavailable
enums inGARCloudAnchorState
are now deprecated and will no longer be
returned. For hosted anchors only, the new value
ErrorHostingServiceUnavailable
may be returned.
- The
- Cloud Anchors is now supported on all ARKit-compatible devices. New devices
will be supported immediately with this release.
- The data captured by
ARCore SDK for iOS v1.11.0
Increased the minimum deployment target to iOS 9.0 (from iOS 8.0).
Bug fixes and performance improvements.
- Added support for devices:
- iPod Touch (7th gen).
ARCore SDK for iOS v1.10.0
Bug fixes and performance improvements.
Version 1.9.0
Bug fixes and performance improvements.
- Added support for devices:
- iPad Mini (5th gen).
- iPad Air (3rd gen).
ARCore SDK for iOS v1.8.0
Bug fixes and performance improvements