仅支持iPad2
我正在制作一个涉及使用相机的应用程序。但ipad1不支持按相机会死机。
如何选择该应用程序只支持ipad2而不支持ipad1? 我可以在设置中设置任何内容或可以输入任何代码吗?
谢谢大家。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 info.plist 中指定设备要求 你只需指定它 需要相机
You can specify device requirements in the info.plist You would just specify that it needs a camera