tags:

views:

276

answers:

2

Are there any built-in or other chat apis that can be used on an iPhone? I wish to incorporate chat in an app and am trying to find out the best way to proceed.

+1  A: 

poke around www.programmableweb.com to see if you can find any chat API's

Sheehan Alam
+1  A: 

There is nothing in the SDK to allow you to do this, you'll need to roll your own using a published chat web API.

August
What objects am I seeing when I look at any of the existing chat-apps? Is that a UITableView (with bubbles as rows)? Is that a UIWebView?
Bonnie