How to keep iPhone app out of iPad store?

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-05-26T00:33:38Z Indexed on 2010/05/26 0:41 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

I have an iPhone app that I have started to turn into a universal app, however the process is not complete and I want to release an update to the iPhone version.

I know that you can specify device capabilities in the Info.plist file to restrict your app to certain devices, but how can I do this to prevent the unfinished universal version from appearing in the iPad store?

Is checking the LSRequiresiPhoneOS BOOL entry (in the Info.plist file) enough?

Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad