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 trial

iOS

How do I connect my iOS app to a server that is not CloudKit?

If I would like to have my app hosted on a "cloud" or server that is not CloudKit? How would I go about that?

1 Answer

Andrew Shook
Andrew Shook
31,709 Points

Joshua, are you wanting to store data outside the app? If so you will need to either build your own server side API like Parse Server (parse.com) or use something like Google's firebase.

Would GoDaddy have something similar?

Andrew Shook
Andrew Shook
31,709 Points

To the best of my knowledge, GoDaddy doesn't offer a service like this out of the box. Firebase is a preconfigured solution though, and as long as you don't make to many API calls I believe it's free. If this is something you need for a production app (i.e. something you intend to put in the app store), then I suggest you look into setting up parse server since the only thing it will cost you is server space.