Quantcast
Channel: How can I develop for iPhone using a Windows development machine? - Stack Overflow
Viewing all articles
Browse latest Browse all 44

Answer by 9pfs for How can I develop for iPhone using a Windows development machine?

$
0
0

Just make a web application.iOS web applications are:

  1. Reliable. The amount of time it takes to make an update is far shorter than with Xcode.
  2. Fast. JavaScript on iOS is, by nature, far faster than native apps.
  3. Free. You never have to pay Apple a cent, as Apple doesn't have any control over you.
  4. Safer. If a crash occurs with a native app, it can take down even the newest iOS devices for hours or even days, until the user can fix them. If a web app crashes, the user just has to close and reopen it, worst case scenario.
  5. Offline. You can easily create a service worker to handle your app.
  6. Secure. Because you do not have access to native APIs, a security breach will be significantly less dangerous.
  7. Easy to program. A basic iOS web app can be programmed from the Safari URL bar on an iPhone. Literally. I've done it myself.

Viewing all articles
Browse latest Browse all 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>