Hi, there:
I'm encountering a situation, and maybe someone here can help me.
Of course I use this great plugin to response/request Http, I construct a JsonRequest as usually and send it to webserver.
In Android Devices, it works fine both on Development and Shipping Version.
But in iOS Devices, the web server received binary data which can't be resolved. And the header was added "Accept-Language:zh-tw" and "Accept-Encoding:gzip, deflate".
Any Advices ?
I'm encountering a situation, and maybe someone here can help me.
Of course I use this great plugin to response/request Http, I construct a JsonRequest as usually and send it to webserver.
In Android Devices, it works fine both on Development and Shipping Version.
But in iOS Devices, the web server received binary data which can't be resolved. And the header was added "Accept-Language:zh-tw" and "Accept-Encoding:gzip, deflate".
Any Advices ?
Comment