I am trying to post data to a PHP web service. I am familiar doing this in html using query $.post but I am very much stumped trying this in objective C. I tried several
Try this one
NSData *requestData = [jsonRequest dataUsingEncoding:NSUTF8StringEncoding];