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

Hossam Khalifa
Hossam Khalifa
17,200 Points

How can I create an app like Viber ?

I heard some stuff about voip, I don't exactly understand what it is and I am not sure if this is thing used for creating an app like Viber. And I want to create one so can someone explain to me how to create an app like that.

Bradan Jackson
Bradan Jackson
20,558 Points

VoIP is a pretty complex thing to tackle right off the bat (it will most likely require setup on a server, as well as some serious iOS development), but here is an API that assists with it.

http://www.twilio.com/

I would suggest reading some of the documentation before deciding if this is something you want to tackle, and if you do, I would be interested to hear how it goes!

Hope this helps!