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.
Breaking Changes
- Dropped support for the
gameCenterManager:resetAchievements:
delegate method. - The
resetAchievements
method has also been changed toresetAchievementsWithCompletionHandler:
.
Other Changes
- Major improvements to the demo apps including new UI and Icons
- Limited iOS 7 support. The project runs on iOS 7, but the classes are not fully optimized for iOS 7. A new branch will be created soon which has specific iOS 7 changes.
- Fixed a bug where checking for GameCenter availability would return NO, but wouldn't deliver an error message.
- Deprecated
gameCenterManager:resetAchievements:
delegate method in favor of a completion handler now available on theresetAchievementsWithCompletionHandler:
method. - Fixed a bug where resetting achievements may not work
- Cleaned code, minor improvements to code
Known Issues
No Known Issues