Search found 20 matches

by skipper3k
26 Mar 2012, 11:34
Forum: SFS2X iPhone / iPad / OSX API
Topic: Online status
Replies: 3
Views: 8379

Re: Online status

Well that's true. It's not null. That was my bad in NSLog.

But it is set to false. Even though I know the user is online. The case is such. I start the app on one device and login a user. Then I start the app on the 2. device and login the user. The 1. device gets the onBuddy status changed and ...
by skipper3k
22 Mar 2012, 16:48
Forum: SFS2X iPhone / iPad / OSX API
Topic: Online status
Replies: 3
Views: 8379

Online status

hello,

Something is puzzeling me. I login two buddies to a Zone on smartfox server. They are not joined to any room. I get the online state for each from the buddy list (that inits on login on the server) like this :

id<Buddy> b = (id<Buddy>)obj;
if([[b getVariable:ReservedBuddyVariables_BV ...
by skipper3k
09 Mar 2012, 13:29
Forum: SFS2X iPhone / iPad / OSX API
Topic: OnBuddyMessage bug in SystemController.m
Replies: 6
Views: 11947

Re: OnBuddyMessage bug in SystemController.m

Thank you. I will work around this issue and wait for the update.
by skipper3k
08 Mar 2012, 12:05
Forum: SFS2X iPhone / iPad / OSX API
Topic: OnBuddyMessage bug in SystemController.m
Replies: 6
Views: 11947

Re: OnBuddyMessage bug in SystemController.m

Hi,

I would like to report the same bug. When I'm in -(void)onBuddyMessage:(SFSBuddyEvent *)evt comparing id of the evt.params buddy to the [smartFox.myself id] I get the sam id's even though the sender is not myself.

I am using iOS 1.0.2 API version.
by skipper3k
28 Feb 2012, 10:07
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

It works for me too ! Thank you for the effort and all the quick responses !
by skipper3k
24 Feb 2012, 08:39
Forum: SFS2X iPhone / iPad / OSX API
Topic: Connect got crash on actual device.
Replies: 2
Views: 6980

Re: Connect got crash on actual device.

Hi,

we have a discussion going on here:
http://forums.smartfoxserver.com/viewto ... 21&t=13464

you can join and help us out.
by skipper3k
24 Feb 2012, 08:38
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

I did set some breakpoints before connecting and in onConnection delegate as well. The code does not reach onConnection delegate. And it is really hard to debug a static library, so I cannot add any breakpoints to your code to pinpoint the problem.

It could be an apple problem with arm. I can ...
by skipper3k
23 Feb 2012, 15:45
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

Ok. Tried it.
I changed the config ip and added the framework. I also had to change the bundle identifier to get it running. I still get the same EXC_BAD_INSTRUCTION.
Hope this feedback helps.

Can I provide you some more information ? Or could you send me this new ios 1.0.1 release like you used to ...
by skipper3k
23 Feb 2012, 15:22
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

Please post the project so I can try.

Tnx
by skipper3k
23 Feb 2012, 10:05
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

I run it on a 4.2 ios armv6 device iPhone 3G. This is what I get. Almost the same error :

Image

Could you also tell me which version ov Xcode are you using ?
by skipper3k
23 Feb 2012, 09:56
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

* it must be something with this particular ios version. Maybe an error in your build or an ios error ?
by skipper3k
23 Feb 2012, 09:50
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

Hi,

just ran with proposed options deleted. Still get the same error. As does my coworker. We both have iPhone 4 devices, running 5.0.1 (9A405) - offical latest ios version. It also crashes on an iPad and a 3G S with the same ios version. I'll try to find a device with a lower ios version and post ...
by skipper3k
22 Feb 2012, 16:29
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

I copy pasted the config file, and changed the ip and udpHost to my server ip 192.168.1.181 - its no secret, its a local dev machine.
Still get the same error. I'm posting a screenshot, and my server.xml configuration, because I don't know where to look for the problem anymore.

pretty much a ...
by skipper3k
22 Feb 2012, 15:49
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

Sorry.. I still get EXC_BAD_INSTRUCTION on @autoreleasepool in AppDelegate.

I uploaded this simple test app. If you have any time, please take a look at it, maybe it will be more clear what is wrong with my app.
http://db.tt/b6ANo2G3

Are there any new ios examples available for the new release ?
by skipper3k
22 Feb 2012, 15:18
Forum: SFS2X iPhone / iPad / OSX API
Topic: ios compilation problems
Replies: 37
Views: 65195

Re: ios compilation problems

Xcode version 4.2, Build 4D199.

Automatic reference counting is disabled. Arhitecture with the SIGSYS error was set to armv6. On armv7 I get a slightly different error, this one : EXC_BAD_INSTRUCTION
Base SDK is iOS 5.0
Apple LLVM compiler 3.0
Device target is set to iPhone only
Deployment target ...