-2

How can i do the JSON post method in iOS 5,i have fetched data using NSJSONSerialization,but i don't know how to post the data to the server.

Can anyone please help me with this?

vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
Mage
  • 151
  • 1
  • 14

1 Answers1

1

Check AFNetworking library http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_afnetworking/, available here https://github.com/AFNetworking/AFNetworking, makes posting and receiving JSON data a breeze.

Adam Waite
  • 19,175
  • 22
  • 126
  • 148