tags:

views:

187

answers:

1

I'm thinking of adding eBay Shopping search to my iPhone app.

In other words, a list will appear on the screen in a UITableView with different items that match certain search terms.

Is there any guide on how to use the eBay APIs in an iPhone app or at the least a guide on how to use an API that is similar to eBay's API that I can just slightly modify to get it working?

Thanks!

+1  A: 

check:

http://developer.ebay.com/community/featured_projects/default.aspx?name=Code%20Samples%20Project

They have a number of examples in Objective-C that should get you started.

MarkPowell