Contents

isiOSAppOnVision

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

Declaration

var isiOSAppOnVision: Bool { get }

Discussion

The value of this property is true only when the process is an iOS app running on a visionOS device. The value of the property is false for all other apps on visionOS. The property is also false for processes running on platforms other than visonOS.

See Also

Accessing Process Information