Page 1 of 1

IOS 10.2 c++ can not connect server

Posted: 13 Dec 2016, 07:30
by zynbasil
HELP!!!!!!!!!!!!!

Iphone update to 10.2,can not connect server.

error:
Boost asio host not found

Code: Select all

std::shared_ptr<string> SmartFox::GetIPAddress(string host, long int port, bool asnc/* = false*/)
tcp::resolver::query query(tcp::v4(), host, *portAsString);

Re: IOS 10.2 c++ can not connect server

Posted: 13 Dec 2016, 09:39
by Lapo
Hi,
what was your iOS version before?

Are you connecting to the same server as before? Can you give us the domain name or IP address of the server?
If you prefer you can send it to our support@... email box.

Add a reference to this topic, so we know it's you.

Thanks

Re: IOS 10.2 c++ can not connect server

Posted: 24 Dec 2016, 17:23
by zynbasil
Thanks ~
It's client code error. Server is Fun.

Solved :D :D :D