App Store: launching for iPhone/iPod only, not iPad

app-store, ios, ipad, iphone

Solution

Just check `Build Settings` and find key: `Targeted device family`

There you have `iPhone`, `iPad` or `iPhone/iPad` options to choose

When you build the app and send it to Apple, it just checks values there and makes it available for the device specified.

Problem

How do I launch my app only for iPhone/iPod, not for iPad on the App Store? I can't seem to find any setting neither in my .plist file nor in iTunesConnect. Thanks!

Original source