Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visionOS support #22171

Closed
guygodin opened this issue May 2, 2024 · 0 comments
Closed

visionOS support #22171

guygodin opened this issue May 2, 2024 · 0 comments

Comments

@guygodin
Copy link

guygodin commented May 2, 2024

Description

Now that the Vision Pro is available publicly to customers, I think adding the ability to target visionOS in .NET MAUI would be very valuable. MAUI already supports targeting iOS, tvOS and watchOS devices.

Public API Changes

///


/// Gets an instance of that represents Apple visionOS.
///

public static DevicePlatform visionOS { get; } = new DevicePlatform(nameof(visionOS));

Intended Use-Case

Having the ability to deploy existing iOS apps to the Vision Pro as Window apps could be a first, easier feature to add. Later updates could add support for volume and eventually immersive space apps as those need to expose a broader range of APIs.

@dotnet dotnet locked and limited conversation to collaborators May 2, 2024
@PureWeen PureWeen converted this issue into discussion #22175 May 2, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

1 participant