views:

58

answers:

2

I have set my base SDK to 3.0 but don't want my app available for iPad (3.2).

How can I accomplish this?

+8  A: 

your app will be rejected if it doesn't run on the ipad.
See point 2.10 of the App Store Review Guidelines

iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution

If you just don't want to make a dedicated iPad-Version just start with a iphone-only template.

fluchtpunkt
+1  A: 

In your info.plist, use the key UIRequiredDeviceCapabilities.

muffix
and which one to specify? still-camera? To kick out all the iPod touch users and allow the app on the next iPad version?
fluchtpunkt