paulmelnikow / AFNetworking-Synchronous

Synchronous requests for AFNetworking 1.x, 2.x, and 3.x
MIT License
162 stars 34 forks source link

Support for 4.0? #9

Closed StainlessStlRat closed 2 years ago

StainlessStlRat commented 4 years ago

https://github.com/AFNetworking/AFNetworking/releases

paulmelnikow commented 4 years ago

A pull request would be welcome!

StainlessStlRat commented 4 years ago

Unfortunately I already use a highly modified version. But I can tell you to the only thing I think you need if you decide to update.

You must update the GET calls with a header:(value) named parameter

moyitpro commented 2 years ago

I created a new pull request with support for 4.x. I have confirmed that this is working in my app, just had to add the header parameter.

https://github.com/paulmelnikow/AFNetworking-Synchronous/pull/10