iPad测试模拟器
我已经为ipad开发了一个html5应用程序,但是我找不到任何好的模拟器来测试,从哪里可以获得模拟器或下载?
I have develop an application with html5 for ipad, but I cannot find any good simulator to test, from where I can get simulator or download?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,您可以从 iOS 开发中心 下载 iOS SDK,它将包含iPhone 模拟器 但请注意,您需要 Snow Leopard (Mac OS X 10.6+) 才能获得 iPad 支持。 Leopard 的 iOS SDK 不支持 iPad。(如果您有有 Snow Leopard,请从顶部菜单中选择“设备”,然后选择 iPad 以查看 iPad 模拟器)
有 em> 如果您使用的是 Windows 或没有 Snow Leopard,则有一些选项,但这些选项将用于在浏览器中测试您的 HTML5,而不是作为编译的应用程序。
Yes, you can download the iOS SDK from iOS Dev Center and it will contain the iPhone Simulator BUT note that you need Snow Leopard (Mac OS X 10.6+) to get iPad support. Leopard's iOS SDK does not have iPad Support. (If you do have Snow Leopard select "Device" from top menu and select iPad to see the iPad simulator)
There are some options out there if your on Windows or don't have Snow Leopard but these will be for testing your HTML5 in the browser rather then as a compiled app.
Browerstack(付费服务)支持 iPad / iPad 2(4.3.2 和 5.0)。他们在云端为您设置了一个虚拟机,您可以通过浏览器访问该虚拟机。对我来说,这是最快/最简单的方法,无需拥有 iPad 或 Mac。
它还提供隧道,以便您可以在虚拟机中测试本地应用程序。
Browerstack (paid service) supports the iPad / iPad 2 (4.3.2 and 5.0). They set up a virtual machine for you in the cloud, which can be accessed through your browser. For me this is the fastest / easiest way without owning a iPad or a mac.
It also offers tunneling so you can test your local application in their virtual machine.
xcode 附带了一个。如果你有一台Mac,它被称为iPhone模拟器。它可以模拟 iPhone 和 iPad。
xcode comes with one. if you have a mac, it is called iphone simulator. It can emulate both the iphone and the ipad.