Skip to content

Instantly share code, notes, and snippets.

View tomkrikorian's full-sized avatar

Tom Krikorian tomkrikorian

View GitHub Profile

visionOS 2 Beta 8 Changelog

AVKit

Known Issues

  • AVPlayerViewControllers that have an AVPlayer with a mute state equal to true will automatically be unmuted when the volume is adjusted by the user through the system-provided volume controls. (133892428)
    • Workaround: If one or more AVPlayerViewControllers are active at the same time, video playback must be managed accordingly to avoid audio overlapping between AVPlayers. Otherwise, no workaround is required.

RealityKit

visionOS 2 Beta 7 Changelog

App Intents

Resolved Issues

  • Fixed: EntityURLRepresentation allows arbitrary custom URLs without validation. (119524801)

ARKit

Resolved Issues

visionOS 2 Beta 6 Changelog

This changelog highlights only the new features, resolved issues, and known issues introduced in beta 6 that were not present in beta 5.

ARKit

Known Issues

  • When detecting codes of Aztec symbology, the anchor point and resulting bounding box might be offset. (133314532)

Files

@tomkrikorian
tomkrikorian / changelogvisionos2beta5.md
Last active August 13, 2024 12:14
visionOS Beta 5 Changelog

visionOS 2 Beta 5 Changelog

General

  • Resolved several issues across various areas including Accessibility, Apps, ARKit, and RealityKit.

Apps

  • Fixed: Compatible iPhone and iPad apps with a deployment target lower than iOS 18 might fail availability checks for iOS 18. (129027935)

ARKit

  • Fixed: Object tracking will now track objects the first time it is authorized, after the user "allows" world sensing. (130072459)
@tomkrikorian
tomkrikorian / changelogvisionos2beta4.md
Last active July 23, 2024 19:13
Changelog visionOS 2 Beta 4

visionOS 2 Beta 4 Changelog

New Features / New Issues

ARKit

  • The client app might crash and object tracking might cease to function if a reference object with an outdated format is supplied. The client app might also crash if an app runs multiple ARKitSessions that either request to run with more than 10 reference objects in total between them or request to run with different TrackingConfiguration parameters configured. (131629145)
    • Workaround: Ensure that reference objects are trained on macOS Sequoia Beta 2 or higher. Do not run with multiple ARKitSessions in one app requesting either more than 10 reference objects total or different TrackingConfiguration parameter values.

Foundation

  • JSONEncoder.OutputFormatting.sortedKeys will now sort keys with a different ordering. Previously, keys were sorted using a numeric, case-insensitive, or localized ordering. Beginning in beta 4, keys are sorted lexicographically based on the keys' UTF-8 contents. (126874437)