Should I make my app to support all devices?

I want my apps to be run only on iPads, but seems like there is no option to deselect iPhones and iPods. Should I support all devices like iPods? It has really tiny display and that's annoying. If I can make my app to only support iPads, will there be any penalties?

Answered by DTS Engineer in 710095022

The main Swift Student Challenge page has info on hardware requirements.

Share and Enjoy

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

Accepted Answer

The main Swift Student Challenge page has info on hardware requirements.

Share and Enjoy

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

Kindly refer to this -> "Your Swift Playgrounds app project must be built with and run on Swift Playgrounds 4.0.2 on iPadOS 15.4 or Xcode 13.3 on macOS 12.3. If it runs on iPadOS, it must be optimized to display properly on all models of iPad Pro. You may incorporate the use of Apple Pencil."

If it runs on iPadOS, it must be optimized to display properly on all models of iPad Pro. 

Does this mean that I can only focus on iPad Pro models? It sounds like I should make it work properly on iPad Pro if it also works on iPadOS

I should've wrote this as a comment.. but there is no delete button..

Should I make my app to support all devices?
 
 
Q