Problem in getting response from webserver
- by Amarpreet
Hi guys
I am sending data to webserver in the Querystrings by creating URL dynamically. When I view that URl in UIAlertView it shows me correct one.
And when i try to get response using NSURL code, it does not respond.
Below is the code.
NSString *uu =…