Can I submit an app without iPad version to App Store?

Solution 1:

No, you can't prevent an iPhone app from being installed on an iPad. You can prevent an iPad app from being downloaded to an unjailbroken iPhone. As mentioned in the comments, an iPhone app can run on an iPad in 'compatability mode'.

Your app should still look ok on an iPad unless your setting up autolayout constraints based on specific iPhone screen sizes. One of the benefits of autolayout is that your app should be able to run on different screen sizes, including iPads.

You would need to indicate in the App Store description that this app is not designed to run properly on the iPad. I would recommend spending the time to make it look decent on the iPad knowing that people will still download it on their iPads regardless of what you state in the description.