Windows 10 (22H2)
Builder version : 3.60.2
iOS SDK version : 17.2
I generated my IPA for a RA app (using ARFoundation / ARKit). I did not achieve to generate it using the XRReferenceImageLibrary so I loaded dynamically the tracked images at runtime. I can now generate the IPA for Appstore but when submitting it on the store the following issue is displayed :
Apple Vision Pro support issue. The app contains the following UIRequiredDeviceCapabilities values, which aren't supported on Apple Vision Pro [arkit]. (90984).
When deleting the arkit value in info.plist before generating IPA file , I have these new errors/warnings :
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
Though you are not required to fix the following issues, we wanted to make you aware of them:
ITMS-90984: Apple Vision Pro support issue - The app contains the following UIRequiredDeviceCapabilities values, which aren’t supported on Apple Vision Pro: [arkit].
I do not know how to fix this to be able to submit the app. Hope you can help.
Regards,
Marc