I have an iOS app which runs fine on visionOS simulator and I have added the visionOS target to my app record in App Store Connect.
But, I do not see any means to archive and submit my visionOS binary in Xcode?
Any hints on this?
I have an iOS app which runs fine on visionOS simulator and I have added the visionOS target to my app record in App Store Connect.
But, I do not see any means to archive and submit my visionOS binary in Xcode?
Any hints on this?
2
Answers
I found the answer myself.
In Apple docs it is stated that "visionOS (designed for iPad)" is made available automatically (if you have opted-in). Only for native visionOS app you need to add a target in Xcode and add the platform in AppStore Connect.
You don’t need to add target, just a supported destination in your app target. Remove visionOS (design for iPad) if necessary and add "visionOS". (ref: Apple Developer Support)
Next, select "any visionOS device" before building and you will have the visionOS variant. No need to change bundle ID in this case!
Here the result for my app iSoft: