I have been using ASIHTTPRequest to do a simple POST upload of a "Scores and Settings" xml file to my server on an iOS game. As of iOS 5, ASIHTTPRequest is having some issues, and as mentioned here the library has been abandoned.
My question: What actually broke in iOS 5? I have looked at the other options for doing HTTP connections and uploading and they look heavy-hitting and a bit difficult compared to the ASI lib. If possible, I'd like to fix it, but I can't seem to figure out why it's not working. I just get:
[STATUS] Request Failed.
[STATUS] Starting asynchronous request.
Weird that the "Failed" line prints first, eh?
I have tried the suggestions at iOS 5 : https ( ASIHTTPRequest) stop working as well.