I'm a long time Delphi/Windows developer with the following scenario:
- A colleague has made a asp.net web-site that has been tuned to look good on iPad.
- My boss wants to 'package' this web-site as an app. The web-site will still reside on a web-server, and the app will only be a tiny 'shell'.
- When 'packaged' as an app the app should take care of loging into the web-site, or at least fill in the username and password automatically.
I know there are a few alternatives, but I think I will stick to XCode. I understand that I will need a Mac running OSX to get XCode. A Mac Mini hooked up to one of my monitors should be sufficient for this, yes? And XCode will be a free download, right?
To run the app in the emulator this is all I need(?), but if I want to run it on a physical device, even only for testing, I will need to enroll the iOS Developer Program, yes? If my boss, located 500km away, wants to test it on his iPad, will I need to enroll the iOS Developer Enterprise Program to do that?
And at last, is the app technically feasible? Is there a web-browser control that can easily be embedded in the app? And how about storing usernames/passwords and putting them into the embedded web-browser control?