Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Simulator to test website on Mac [closed]

I need to test my site on an iOS device from a Mac.

Is there a desktop simulator available to do this?

like image 702
user1937021 Avatar asked Jan 26 '13 19:01

user1937021


People also ask

How do I simulate iOS app on Mac?

It's technically impossible as you can only simulate iOS on Mac hardware using macOS. As you can't run a macOS virtual machine on Windows you need to run macOS natively to test iOS apps. In the future, Apple might release a developer tool for this but for now, we can only rely on emulators to test iOS apps.


2 Answers

You can use the iOS simulator to do this. You need to enable "Developer Mode" on Safari (Preferences -> Advanced).

Then open the website you want to debug in the iOS simulator. Go back to safari and under Develop you will see the simulator and the tabs open on safari.

If you want to test an actual device, then just plug it into your computer and it should show there too.

That's how I do it.

like image 79
Ares Avatar answered Oct 14 '22 07:10

Ares


If you are on Mac OS X just use Simulator. I don't know if it is available by default but it looks like it is a part of the Xcode suite.

Anyway it is free and really useful, it allows you to simulate many popular Apple devices:

enter image description here

like image 36
jmarceli Avatar answered Oct 14 '22 05:10

jmarceli