Emulate/Simulate iOS in Linux

133,056

Solution 1

The only solution I can think of is to install VMWare or any other VT then install OSX on a VM.

It works pretty good for testing.

Solution 2

On linux you can check epiphany-browser, resizes the windows you'll get same bugs as in ios. Both browsers uses Webkit.

Ubuntu/Mint:

sudo apt install epiphany-browser

Solution 3

BrowserStack.com
On this site, you can emulate a lot of iOS's devices online.

Solution 4

  1. Run Ripple emulator(retired as of 2015-12-06) on Chrome
  2. Run iPadian on WineHQ
  3. Run QMole on Linux or Android
  4. Run XCode on PureDarwin

Solution 5

Maybe, this approach is better, https://saucelabs.com/mobile, mobile testing in the cloud with selenium

Share:
133,056
YOMorales
Author by

YOMorales

Updated on March 19, 2020

Comments

  • YOMorales
    YOMorales over 4 years

    I'm developing a web app that apparently is having problems in iOS devices. The problem is that I don't own an iOS device and I develop in Linux Ubuntu. I'm looking for a way to emulate/simulate this OS in Linux (especially the browser), but haven't found anything.

    So far, what I've found is the iOS SDK's Simulator, but that is meant for the Mac. And also some emulator for Windows. Has anyone done this before?