iphone - App gets crash on multiple NSURLRequest -


i making app in calling web service of times. when more 1 web service call @ 1 time app goes crash, here code call service.

 url = [url stringbyaddingpercentescapesusingencoding:nsutf8stringencoding]; request = [nsurlrequest requestwithurl:[nsurl urlwithstring:url]]; nslog(@"request : %@", request);  [[nsurlconnection alloc] initwithrequest:request delegate:self]; 

also delegates.

i calling asynchronous still app crash. 1 have suffered problem before may me on that. in advance.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -