Page 1 of 1

[NEW] API 1.2.1 Released

Posted: 10 Nov 2013, 10:45
by Lapo
Hello,
we have just released a new update for the iOS and MacOSX platforms. We have migrated the whole codebase to 100% ARC and fixed several issues that were posted in the last months:

Code: Select all

Version 1.2.1 (10/11/2013)

[NEW] 100% ARC Release. Solves a few previous memory management issues, in particular a memory leak when recreating the API main object.
[FIX] Fixed error with architecture signature of the iOS framework.
[FIX] Fixed isJoined property for results of FindRoom request,
[FIX] Bug on USER_LEAVE event. (http://www.smartfoxserver.com/forums/viewtopic.php?f=19&t=16475&p=70903#p70903)
[FIX] Problem with USER_VARIABLE_UPDATE. (http://www.smartfoxserver.com/forums/viewtopic.php?f=21&t=15592#p70893)
[FIX] Issue with Spectator switch request.


Download the new release here: http://www.smartfoxserver.com/download/sfs2x#p=client

Re: [NEW] API 1.2.1 Released

Posted: 13 Nov 2013, 13:15
by davidps
I can confirm this release does indeed fix our issues when compiling with Xcode 5 and also with reconnection failures. Nice!

Re: [NEW] API 1.2.1 Released

Posted: 13 Nov 2013, 15:25
by Lapo
Thanks for the feedback.