Skip to content

Releases: google-ar/arcore-ios-sdk

ARCore SDK for iOS v1.17.0

19 May 17:52
Compare
Choose a tag to compare

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

19 Mar 20:11
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.15.0

06 Feb 18:50
Compare
Choose a tag to compare

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

12 Dec 21:27
Compare
Choose a tag to compare

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 under Examples 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

29 Oct 19:32
Compare
Choose a tag to compare

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

29 Oct 17:54
Compare
Choose a tag to compare
  • 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 and ErrorServiceUnavailable
        enums in GARCloudAnchorState are now deprecated and will no longer be
        returned. For hosted anchors only, the new value
        ErrorHostingServiceUnavailable may be returned.
    • Cloud Anchors is now supported on all ARKit-compatible devices. New devices
      will be supported immediately with this release.

ARCore SDK for iOS v1.11.0

05 Aug 20:09
Compare
Choose a tag to compare

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

20 Jun 22:23
Compare
Choose a tag to compare

Bug fixes and performance improvements.

Version 1.9.0

07 May 17:45
Compare
Choose a tag to compare

Bug fixes and performance improvements.

  • Added support for devices:
    • iPad Mini (5th gen).
    • iPad Air (3rd gen).

ARCore SDK for iOS v1.8.0

29 Mar 00:43
Compare
Choose a tag to compare

Bug fixes and performance improvements