#Changelog
Version 5.3 | |
---|---|
Updated GameCenterManager for iOS 7 and OS X 10.9 Improved Singleton. New features and enhancements.
|
|
Version 5.2 | |
Consolidated the GameCenterManager for iOS and OS X classes into one class. Improved Singleton. 64-bit compatible. Bug fixes and enhancements. Documentation improvements.
|
|
Version 5.1 | |
This update adds support for iOS 7, makes improvements to the iOS & Mac OS X demo apps, fixes bugs with error reporting, improves player data methods, and makes some breaking changes to resetting achievements.
|
|
Version 5.0 | |
This update adds support for Game Center on Mac OS X and makes improvements to the iOS demo app. Improvements have also been made to error reporting, challenges, and player data.
Resetting achievements causes them to reset on Game Center, but the cache remains locally. This cahce eventually causes all achievement data to be uploaded to Game Center. |
Version 4.4 | |
---|---|
Fixed issue where new GKLeaderboard object's category property was being set to the saved GKLeaderboard object. Pull Request from michaelpatzer | |
Version 4.3 | |
Added support for Game Center Leaderboard score orders. When submitting scores you can now set the score order from High to Low or Low to High using new Game Center types: GameCenterSortOrderHighToLow, GameCenterSortOrderLowToHigh. Pull Request from michaelpatzer | |
Version 4.2 | |
Fixed issue where GameCenter Manager would fail to handle authentication after calling the authenticateHandler. Pull Request by Jonathan Swafford | |
Version 4.1 | |
Fixed issue where GameCenter Manager would fail to report achievements and scores even if Game Center was available. | |
Version 4.0 | |
This update makes massive improvements to the flow and performance of code, updates Objective-C compiler and build settings, redesigns the demo app, and adds three new methods and eight new delegate methods.
|
Version 3.1 | |
---|---|
Improved error reporting and reorganized files to remove duplicates. Added a way to retrieve challenges. Converted old demo app files to support iOS 5+ - now using storyboards intead of XIB. | |
Version 3.0 | |
Added ARC compatibility. All files are now ready to be used with ARC. Many methods have been updated that were depreciated in iOS 6.0. The demo app has undergone massive improvements, including many interface improvements, iPhone 5 support, a new icon, and better GC status reporting. | |
Version 2.3 | |
Fixed leaderboard synchronization bug where it would crash if user didn't submit a score previously. | |
Version 2.2 | |
Fixed leaderboard synchronization bug where it would only sync the default leaderboard. | |
Version 2.1 | |
Fixed NSNotification Bug | |
Version 2.0 | |
Added encryption, fixed synchronization bug and added comments and readme | |
Version 1.0 | |
Initial Commit |