Search found 7 matches

by jeeteshb
01 Dec 2010, 05:53
Forum: SFS2X C# API
Topic: Are java extensions supported in Unity.
Replies: 1
Views: 4759

Are java extensions supported in Unity.

I got error in the server when I tried to use java Extension.

The specified extension script cannot be found: ./sfsExtensions/CarClass.as

whereas my extension is in javaExtensions folder.
by jeeteshb
12 Aug 2010, 08:19
Forum: iPhone Objective-C API
Topic: Wifi connectivity problem
Replies: 2
Views: 11591

When Wifi goes off, in server we aren't getting that user has been lost. When wifi comes back we are trying to connect "[smartFox loadConfig:@"config" autoConnect:YES];" but still when we are playing its not updating in server.
by jeeteshb
07 Aug 2010, 12:43
Forum: iPhone Objective-C API
Topic: Wifi connectivity problem
Replies: 2
Views: 11591

Wifi connectivity problem

Hi, We are facing one problem when the wifi goes off and comes back again. The server doesn't respond to the player. - If the wifi goes and comes back again, does the connectivity between the player and server is lost and do we have to connect and login again. And If it is so, how we can do it. Rega...
by jeeteshb
06 Aug 2010, 04:54
Forum: iPhone Objective-C API
Topic: How to get the username who is lost..
Replies: 3
Views: 12704

Hi I was doing this in server

In public void handleInternalEvent(InternalEventObject evt) { if(evt.getEventName().equals(InternalEventObject.EVENT_USER_LOST)) { String nick = evt.getParam("nick"); String pass = evt.getParam("pass"); System.out.println("nick = <"+nick+"> pass = <"+pass+&quo...
by jeeteshb
06 Jul 2010, 04:53
Forum: iPhone Objective-C API
Topic: How to get the username who is lost..
Replies: 3
Views: 12704

How to get the username who is lost..

hi,

How can i get the username of the user who is Lost because of idle state. I want to save isActive to false in the database whenever the user is lost. The userLost event in the handleInternalEvent will give username as null.

Many thanks,
J
by jeeteshb
06 Jul 2010, 04:43
Forum: iPhone Objective-C API
Topic: onExtensionResponse
Replies: 1
Views: 10456

if you are using a navigation based application then you can use isKindOfClass to check for the current view controller class in the appdelegate. eg. -(void) onExtensionResponse if([viewController isKindOfClass: [Account class]]) { [viewController ExtensionResponse:evt]; }
by jeeteshb
30 Jun 2010, 12:46
Forum: iPhone Objective-C API
Topic: After updating the iphone OS to 4.0, the game is crashing
Replies: 1
Views: 10900

After updating the iphone OS to 4.0, the game is crashing

Hi, We are developing a multiplayer game on Iphone using navigation based controller application and smartfoxserver. The game is running perfectly fine on Xcode 3.2.2 but after upgrading the Xcode to 3.2.3 and iphone OS to 4.0 the game is crashing on the Main Menu with error: Once or twice it happen...

Go to advanced search