Apps are much less complex than websites that need to work on many different browsers, especially with iOS
I can't really agree with this. I did web dev for ten years before I got into iOS and iOS development is far more difficult. You have to deal with threading, pointers, tight resource limits, crufty persistence APIs, flaky network connections, etc etc. A typical web app is far easier to build and maintain.
Comments
Apps are much less complex than websites that need to work on many different browsers, especially with iOS
I can't really agree with this. I did web dev for ten years before I got into iOS and iOS development is far more difficult. You have to deal with threading, pointers, tight resource limits, crufty persistence APIs, flaky network connections, etc etc. A typical web app is far easier to build and maintain.