<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -",
    "macCatalyst: 26.1.0 -",
    "macOS: 26.1.0 -",
    "tvOS: 26.1.0 -",
    "visionOS: 26.1.0 -",
    "watchOS: 26.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/ProcessInfo/isiOSAppOnVision",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSProcessInfo(py)iOSAppOnVision"
  },
  "title" : "isiOSAppOnVision"
}
-->

# isiOSAppOnVision

A Boolean value that indicates whether the process is an iPhone or iPad app running on visionOS.

```
var isiOSAppOnVision: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> only when the process is an iOS app running on a visionOS device. The value of the property is <doc://com.apple.documentation/documentation/Swift/false> for all other apps on visionOS. The property is also <doc://com.apple.documentation/documentation/Swift/false> for processes running on platforms other than visonOS.

---

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)