Skip to content

Version 5.1

Compare
Choose a tag to compare
@Sam-Spencer Sam-Spencer released this 21 Oct 21:02

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 to resetAchievementsWithCompletionHandler:.

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 the resetAchievementsWithCompletionHandler: method.
  • Fixed a bug where resetting achievements may not work
  • Cleaned code, minor improvements to code

Known Issues
No Known Issues