4

I am making a app involve the use of camera. However, ipad1 does not support and crash when press the camera.

How can I choose that app only support ipad2 but not ipad1? Is there anything i can set in the setting or any code i can type in?

Thank you all.

Clarence
  • 1,951
  • 2
  • 34
  • 49

1 Answers1

7

You can specify device requirements in the info.plist You would just specify that it needs a camera

Ken Pespisa
  • 21,989
  • 3
  • 55
  • 63