A method for making HTTP requests on Unity iOS?

前端 未结 4 467
北荒
北荒 2020-12-04 22:33

I need to send HTTP requests with all the standard RESTful methods and access to the body of the request in order to send/receive JSON with it. I\'ve looked into,

W

4条回答
  •  情深已故
    2020-12-04 23:11

    I got threading to work on iOS- I believe it was crashing due to ghost threads or something. Restarting the device seems to have fixed the crashing so I'll just use WebRequest.HttpWebRequest with threads.

提交回复
热议问题