I’t really urgent.
I am trying to make a post request to https service from my game using this code:
postData = “something with unicode inside ???”
local params = {}
params.body = postData
network.request(“https://someservice”, “POST”, networkListener, params)
on iphone it works fine.
on Android i get in the server question marks (each unicode character becomes a question mark).
I need to know how to get over this issue ASAP…really urgent
Thanks
[import]uid: 134964 topic_id: 24700 reply_id: 324700[/import]