xcode - How do specify ios app not to support iPad 1? -


the game, submit apple, requires memory , gpu power. it's unplayable on ipad 1, decided release ipads excluding first generation. how set project shown in appstore not supporting ipad 1?

the solution, came with, set uirequireddevicecapabilities: gyroscope in info.plist file. still have questions it:

  • would apple reject app cause doesn't use gyroscope?
  • why game still installs , can run on ipad 1 xcode?
  • does know correct solution task?

thanks in advance.

a common pattern require camera, first ipad lacked.

multiple applications have done this, , doesn't appear review criteria, though mileage may vary.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -