im my app i am using ASIFormDataRequest class but it seems they are not working for devices upgraded to iOS6.
I am always getting null response
Any suggestions? or is there a new version online?
I previously thought its ASIHTTPRequest but error seems to be in ASIFormDataRequest…
Thanks
Issue Update
ASIFormDataRequest web services is not working on iPod1+iOS 6 in my apps but is working fine on iPad and iPhone…
ASIHTTPRequest is no longer being maintained. The developer stopped working on the project, so an update for iOS 6 may never come (I haven’t tested it with iOS 6 myself, so I don’t know if the problem is surely due to iOS 6).
You may slowly want to move on to other libraries. AFNetworking is an example.