Giter Club home page Giter Club logo

gamecentermanager's People

Contributors

michael-patzer avatar nihalahmed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gamecentermanager's Issues

NSInvalidArgumentException in syncGameCenter

I see this crash 100% of the time when I call syncGameCenter. I haven't determined the exact line of code that's causing it, but it looks like something is trying to NSEncode the GKLeaderboard class.

* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSXPCEncoder encodeObject:forKey:]: This coder only encodes objects that adopt NSSecureCoding (object is of class 'GKLeaderboard').'

Reproduced on iOS 6 on iPhone 4 and iOS 7 on iPhone 5.

saveAchievementToReportLater Crashes

The saveAchievementToReportLater crashes on the following line:

if ([[self delegate] respondsToSelector:@selector(gameCenterManager:savedAchievement:)])
            [[self delegate] gameCenterManager:self savedAchievement:[NSDictionary dictionaryWithObjects:[NSArray arrayWithObjects:achievement, percentComplete, nil] forKeys:[NSArray arrayWithObjects:@"achievement", @"percent complete", nil]]];

With the following error:

-[NSDictionary initWithObjects:forKeys:]: count of objects (1) differs from count of keys (2)

There is an issue with the percentComplete object being stored in the NSDictionary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.