<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SurfaceSnappingInfo/authorizationStatus-swift.type.property",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19SurfaceSnappingInfoV19authorizationStatusAC013AuthorizationG0OvpZ"
  },
  "title" : "authorizationStatus"
}
-->

# authorizationStatus

A value that represents whether the user has authorized providing more
detailed information about the surface scenes are snapped to. To
request this detailed surface information, in your `Info.plist` file,
set `UIWantsDetailedSurfaceInfo` to `YES` and set
`NSWorldSensingUsageDescription` to provide a description of why your
app is requesting this information.

```
static var authorizationStatus: SurfaceSnappingInfo.AuthorizationStatus { get }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)