Reputation: 2467
I want to retrieve data from server using HTTP POST method for my iphone app.I don't have any idea about implementing it. Please help me. Thanks in advance
Upvotes: 0
Views: 599
Reputation: 3056
The simplest way to achieve this is to use the framework ASIHTTPRequest. Take a look in the tutorial: http://allseeing-i.com/ASIHTTPRequest/How-to-use
Upvotes: 1