Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrew Boryk
15,916 PointsWeb Apps for iOS
I have a website made with HTML/CSS/JS. I have heard of people making websites, or apps with Ruby on Rails, and connecting it to Xcode so that it can run as an app. Is that possible? Could someone please explain what I can do?
3 Answers
Stone Preston
42,016 Pointsapple generally frowns on apps that are really just mobile websites. what would most likely happen is you design a mobile site, you create an app that has a UIWebView that displays that mobile website. then you submit your app and apple denies it and then says you need to add more functionality to the app and make it do more than just display a webpage
Gareth Borcherds
9,372 PointsTry phone gap. A lot of people use that to do what you're talking about.
Andrew Boryk
15,916 PointsI'l check it out! Thanks!
Gareth Borcherds
9,372 PointsTry phone gap. A lot of people use that to do what you're talking about.
Andrew Boryk
15,916 PointsAndrew Boryk
15,916 PointsYeah, a lot of apps that I have created have been with Xcode, however someone told me that I was going about it the wrong way. I figured that they would deny my app if I tried submitting it for review with just a UIWebView. Thank you for your answer! I'm going to stick to Xcode.