I am using ASIHttpRequest class in my application to handle server communication. I am getting my application crash sometimes. Here is screenshot of my crash:

I cant get it why this is happening. Can any one tell me?
I am using ASIHttpRequest class in my application to handle server communication. I am getting my application crash sometimes. Here is screenshot of my crash:

I cant get it why this is happening. Can any one tell me?
EXC_BAD_ACCESS crashes are due to retain/release issues typically. Some tips on how to track them down - https://developer.apple.com/library/mac/qa/qa1367/_index.html
You also probably don't want to ship an app with ASIHttpRequest. I believe support died out a long time ago. Look at using the SDK itself or maybe try AFNetworking.