Page 1 of 1

Connect got crash on actual device.

Posted: 24 Feb 2012, 06:31
by thuypn1102
Hi all,
I'm using SFSClient2X API for iOS. Everything's ok in Simulator 5.0. But when i run in actual device (Ipad 2, iOS 5.0.1), it got crash everytime when i do connect to server. Any suggestion? Thank so much!

Code: Select all

if(![client1 isConnected]){
    client1 = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:YES delegate:self];
    [client1 connect:txtIP.text port:[txtPort.text intValue]];
    }

Re: Connect got crash on actual device.

Posted: 24 Feb 2012, 08:39
by skipper3k
Hi,

we have a discussion going on here:
viewtopic.php?f=21&t=13464

you can join and help us out.

Re: Connect got crash on actual device.

Posted: 24 Feb 2012, 13:55
by thuypn1102
Thank so much, buddy!