Is ipad version required to publish on apple store?

ios, ipad, iphone

Solution

No, you can target only the iPhone if you want. Or you can target specifically the iPad. Finally you can create a Universal app that targets both.

It's your choice. You define what you're targeting in your project.

Problem

I am new to iOS development and the response to this question may seem obvious for some experimented developers. If I create an application that targets iPhone, do I really need to include views also for iPad before submitting the applicatio to Apple Store?

Original source