My App is not detected as visionOS App on App Store Connect

Hi,

I would like to submit my app for the Apple Vision Pro. My app runs successfully on the simulator and I was even able to verify compatibility with the real device at a developer lab.

I've added visionOS as a platform on App Store Connect but I'm, for some reason, not able to select my app builds:

On the TestFlight tab, only iOS builds are shown as well:

Any idea what I'm missing here?

Thanks in advance

Add a Comment

Accepted Reply

I found the solution in the following post: https://developer.apple.com/forums/thread/744385

To do that, go to your build settings and under Architectures, set Base SDK to 'visionOS'. Then you will see the Destination 'Any visionOS Device (arm64)' in Xcode.

After changing the build setting, the binary shows up in App Store Connect as expected.

Replies

I found the solution in the following post: https://developer.apple.com/forums/thread/744385

To do that, go to your build settings and under Architectures, set Base SDK to 'visionOS'. Then you will see the Destination 'Any visionOS Device (arm64)' in Xcode.

After changing the build setting, the binary shows up in App Store Connect as expected.