Search found 240 matches

by A51Integrated
03 Jul 2013, 13:23
Forum: SFS2X iPhone / iPad / OSX API
Topic: issue with ios example codes
Replies: 8
Views: 11579

Re: issue with ios example codes

My best guess would be that the app is having trouble finding or reading the config XML. Can you double check that it's readable and in the right location?
by A51Integrated
16 May 2013, 20:22
Forum: SFS2X iPhone / iPad / OSX API
Topic: Only global variables are visible inside a room v1.1.5
Replies: 9
Views: 16045

Re: Only global variables are visible inside a room v1.1.5

After a few private messages with the poster of this thread, it seems that the bug existed in previous versions as well. We're still looking into this. If there's a version of the API that you know works, please let me know and I can get it to you.
by A51Integrated
04 May 2013, 19:34
Forum: SFS2X iPhone / iPad / OSX API
Topic: Only global variables are visible inside a room v1.1.5
Replies: 9
Views: 16045

Re: Only global variables are visible inside a room v1.1.5

Yes. I think this issue was introduced in a recent API change (1.1.4). 1.1.3 should work fine as well. Still looking into the best approach for this.
by A51Integrated
23 Apr 2013, 14:38
Forum: SFS2X iPhone / iPad / OSX API
Topic: Exception onDataRead!!!
Replies: 18
Views: 26671

Re: Exception onDataRead!!!

Just attach it to a new post.
by A51Integrated
22 Apr 2013, 14:36
Forum: SFS2X iPhone / iPad / OSX API
Topic: is there thread safe mode in ios?
Replies: 1
Views: 5349

Re: is there thread safe mode in ios?

Sorry, no. The API is single threaded.
by A51Integrated
21 Apr 2013, 16:23
Forum: SFS2X iPhone / iPad / OSX API
Topic: Exception onDataRead!!!
Replies: 18
Views: 26671

Re: Exception onDataRead!!!

Again, this has to do with size. An iOS device CAN'T handle the same data that a PC can . Messages that are large will take time to process on the device and hold up processing of other tasks. An iOS device can handle many messages, but there is a limit to which the OS will simply stop responding - ...
by A51Integrated
21 Apr 2013, 12:47
Forum: SFS2X iPhone / iPad / OSX API
Topic: Exception onDataRead!!!
Replies: 18
Views: 26671

Re: Exception onDataRead!!!

And this happens with one message? Walk me through this. There are any where from 100 to 1000 users connected, and one single message is sent and the error happens? Also, are you using ObjC? The code you posted is not.
by A51Integrated
20 Apr 2013, 22:25
Forum: SFS2X iPhone / iPad / OSX API
Topic: Exception onDataRead!!!
Replies: 18
Views: 26671

Re: Exception onDataRead!!!

What characters are in that message being sent?
by A51Integrated
11 Apr 2013, 18:18
Forum: SFS2X iPhone / iPad / OSX API
Topic: Why data read but cann't prase?
Replies: 7
Views: 56094

Re: Why data read but cann't prase?

But how many? And what size?
by A51Integrated
10 Apr 2013, 18:57
Forum: SFS2X iPhone / iPad / OSX API
Topic: putClass and Java package names
Replies: 1
Views: 5323

Re: putClass and Java package names

Sorry, but it's just not possible with the iOS API. See this post from a while back:

viewtopic.php?f=21&t=13874&p=56583&hilit=class#p56583
by A51Integrated
10 Apr 2013, 18:54
Forum: SFS2X iPhone / iPad / OSX API
Topic: Why data read but cann't prase?
Replies: 7
Views: 56094

Re: Why data read but cann't prase?

I think you're simply overloading the client. Mobile devices can only handle so much data before it starts to crash. How many messages are you expecting a client to handle in a 10 second timeframe?
by A51Integrated
05 Apr 2013, 16:51
Forum: SFS2X iPhone / iPad / OSX API
Topic: Why data read but cann't prase?
Replies: 7
Views: 56094

Re: Why data read but cann't prase?

Upgrade to the latest client. The most recent client will handle that error and ignore that packet.
by A51Integrated
23 Mar 2013, 13:41
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bundling the OSX API with the compiled app
Replies: 5
Views: 8769

Re: Bundling the OSX API with the compiled app

Try this: In the workspace select the framework project in the left sidebar, and navigate to the build settings for the framework target. You should see “Info”, “Build Phases”, and “Build Rules” listed along with “Build Settings”. Scroll down through the options and find the "Installation Direc...
by A51Integrated
22 Mar 2013, 12:05
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bundling the OSX API with the compiled app
Replies: 5
Views: 8769

Re: Bundling the OSX API with the compiled app

From Apple: The following steps show you how to configure your application target. ⋅ In the Group & Files pane, open your application target to view its current build phases. ⋅ Drag your framework product (located in the Products folder) to the existing Link Binary With Libra...

Go to advanced search