So, I have an application that runs on iOS 3.2 - 4.x. It uses ASIHTTPRequest to call all REST API calls. Since my team and I upgraded our three iPhone 4s to iOS 5, the app will hang and show the ActivityIndicator indefinitely. I looked at the server logs and the requests did not get to the server.
However, if I press the iPhone home button, then open the application again, the request will pass, and I will receive the data, as usual. For some reason, queries never run until I open the application.
Another weird tidbit, the app runs on Xcode 4.2 and the iPhone simulator. The app also works on iPad2 with iOS 5 (app - for iPhone only).
Will this be an ASIHTTPRequest problem? Not too sure how to identify the problem, since there is no failure and only happens on the phone.
Any insight would be greatly appreciated! Thanks.
Tareq source share