👋Hi
This problem is related to SSC.
I remember that the form submitted last year needed to be filled in with Xcode or Playground test, and it seems that it was also mentioned:
• If you use Xcode, the judges may use Simulator to run.
• If you use Playground, it's a real machine.
But my work this time will encounter two limitations:
It will use the framework/API only available in iPadOS 26 (so if it is a Playground environment, it may not run, playground can't use iPadOS 26 SDK)
It will also use some content that must be real to run (such as ARKit), which means that Xcode Simulator is not good.
So I would like to ask: Does this year's review allow you to compile and connect the iPad to the real machine? Or did I misremember last year's regulations? If the judge's environment is fixed (for example, only Playground or only Simulator), how should I adjust the submission method or implement the scheme?
Looking forward to your reply, thank you.