Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Weird, but interesting. – Prof. Falken Oct 29 '10 at 8:47
2  
Why would you want to limit your audience? – Stephen Darlington Oct 29 '10 at 9:09

1 Answer

up vote 8 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.