Is any prime31 plugin that can instead of WWW and WWWForm classes on iOS devices?

I’ve tried to post a request to a http server by using WWW and WWWForm classes. It worked on PC, but didn’t work on iOS devices. Does prime31 provide any plungin can post a request to http server and get the response?

WWW and WWWForm work fine on iOS, however the way you process them might be the call. You can’t run a while loop while you wait for the request to finish because the while loop will block the main thread, which is where your requests get processed on iOS.