Search found 9 matches

by eyalb
03 May 2020, 09:57
Forum: SFS2X iPhone / iPad / OSX API
Topic: Frequent connection failures for some users
Replies: 1
Views: 6767

Frequent connection failures for some users

Hi guys, Some of our players are experiencing frequent and consistent failures when connecting to SFS. For example, there's this user who couldn't connect for the last 3 weeks, trying few times every day. By failed connection i mean that the "success" param on the delegate of -(void)onConn...
by eyalb
27 Oct 2019, 08:51
Forum: SFS2X iPhone / iPad / OSX API
Topic: Latest Client API to work with SmartFoxServer v2.11.1?
Replies: 3
Views: 9356

Re: Latest Client API to work with SmartFoxServer v2.11.1?

Hi, Thanks for the response. It's still a bit confusing for me.. In the link it says: Objective-C API Version: 1.7.10 Release date: Jun 4th, 2019 Requires: SmartFoxServer 2X v2.12.0 or later Recommended: SmartFoxServer 2X v2.13 or later So i want to verify that it's 100% safe to use this API when ou...
by eyalb
24 Oct 2019, 12:53
Forum: SFS2X iPhone / iPad / OSX API
Topic: Latest Client API to work with SmartFoxServer v2.11.1?
Replies: 3
Views: 9356

Latest Client API to work with SmartFoxServer v2.11.1?

Hi, We're running SmartFoxServer 2X v2.11.1. I want to update our Client SDKs to the latest possible (that will still be supported by our server). If I can please get download links for both sdks: 1. iOS (Objective C) API 2. Android (Java) API P.S we also plan on upgrading SmartfoxServer soon, but i...
by eyalb
28 May 2019, 16:22
Forum: SFS2X iPhone / iPad / OSX API
Topic: Alternative to copying the SFS library to Library/Frameworks folder ?
Replies: 2
Views: 10098

Alternative to copying the SFS library to Library/Frameworks folder ?

Hi, Regarding this comment: NOTE: in order to run an OSX application that is dependent on the SFS2X API you will need to have a copy of the library in your /Library/Frameworks/ folder. Failing to do so will cause a library loading error as soon as you hit the "Run" button. Indeed, my proje...
by eyalb
22 Mar 2018, 11:34
Forum: SFS2X iPhone / iPad / OSX API
Topic: iOS SFS NSRangeException
Replies: 5
Views: 10997

Re: iOS SFS NSRangeException

So I'm confused because the flow doesn't include re-init of object, and you still said it looks ok.. so guess it's not?
And bottom line as a rule of thumb, any connect() should actually be made on a new object?

Thanks,
Eyal
by eyalb
21 Mar 2018, 14:45
Forum: SFS2X iPhone / iPad / OSX API
Topic: iOS SFS NSRangeException
Replies: 5
Views: 10997

Re: iOS SFS NSRangeException

I actually didn't realize i need to recreate the object.. Why is that? Just to clarify, currently the order of actions is (on client side): - init - allocating the sfs object - connect with some ip and port - login with some token (userName) , pass and zone - few more inhouse stuff After the disconn...
by eyalb
21 Mar 2018, 10:09
Forum: SFS2X iPhone / iPad / OSX API
Topic: iOS SFS NSRangeException
Replies: 5
Views: 10997

iOS SFS NSRangeException

Hi, I'm implementing some retry mechanism that reconnects to SFS after a disconnection (regardless of HRC). Most of the times it works very well, but few times already I've encountered an exception (func -onSmartfoxException delegates) after the connect call: exception.name: NSRangeException excepti...
by eyalb
15 Jan 2018, 20:54
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC - double killConnection opens a new socket without disconnection
Replies: 3
Views: 9044

Re: HRC - double killConnection opens a new socket without disconnection

Hi, Thanks for the response. Is there a way to simulate a reconnection that takes a longer time? Let's say few seconds, or even towards 30 seconds (as my User reconnection timeframe is defined to). Those are scenarios I would like to test.. but the connection always resumes very fast after using kil...
by eyalb
09 Jan 2018, 09:13
Forum: SFS2X iPhone / iPad / OSX API
Topic: HRC - double killConnection opens a new socket without disconnection
Replies: 3
Views: 9044

HRC - double killConnection opens a new socket without disconnection

Hi, I'm testing HRC+ system. When i'm doing a single killConnection call, everything seems to work well and as expected on client side. logs are: logs are: killConnection onConnectionRetry onConnectionResume Problem starts when i'm simulating a double killConnection, meaning, another killConnection ...

Go to advanced search