Can my submission be ran on iPhone?

I am building my app for iPhone users generally, and realized that maybe I should have had the iPad in mind since I read somewhere that the submissions will be judged on iPad. Should I be testing and tweaking on iPad now or can it be somehow ran on iPhone?

Answered by DTS Engineer in 877478022

Right.

The submission form has two options:

  • Swift Playground 4.6 or later
  • Xcode 26 or later (with a note saying “Xcode app playgrounds are run in Simulator.”)

In the first case, your submission must necessarily be run on an iPad.

In the second, your submission will be run on the simulator, not a real device.

There are some caveats here:

  • In the first case, the Swift Playground app doesn’t yet include support for the iOS 26 SDK )-: See this thread.
  • In the second case, the form doesn’t currently say whether it’ll be an iPhone on iPad simulator. See this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

@Simpson3568 I am not sure but as per my knowledge submissions created with swift playground can be run on ( or will be run on ) iPad, whereas playgrounds created using Xcode will be run on iOS simulator. For more clarity please read the swift student challenge page on apple developer's website.

Accepted Answer

Right.

The submission form has two options:

  • Swift Playground 4.6 or later
  • Xcode 26 or later (with a note saying “Xcode app playgrounds are run in Simulator.”)

In the first case, your submission must necessarily be run on an iPad.

In the second, your submission will be run on the simulator, not a real device.

There are some caveats here:

  • In the first case, the Swift Playground app doesn’t yet include support for the iOS 26 SDK )-: See this thread.
  • In the second case, the form doesn’t currently say whether it’ll be an iPhone on iPad simulator. See this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you both for taking the time to answer me. :)

Can my submission be ran on iPhone?
 
 
Q