Help: saveScore GameCenter Add On

Hi,
i used @Reefwing s tutorial to get GameCenter in my app and everything works fine except saveScore. I have it set to saveScore(highscore) if i beat my highscore but for some reason it never saves it. Anybody have any idea why?

Anybody?

@JakAttak - you need to provide some more information. Use NSLog and print functions to narrow down where the problem is. eg first check that saveScore is being called in your Objective C add on. I assume you have leaderboards set up in iTunes Connect and you are referencing the right leaderboard?

@Reefwing I am. It doesn’t cause a problem in the app, everything works as expected, the score just never gets reported

@Reefwing, if you have time, here is the code
https://www.dropbox.com/s/9h9r0vz2sjv56c5/AppDelegate.h
https://www.dropbox.com/s/qn4t49oaeue6g0u/AppDelegate.mm
https://www.dropbox.com/s/nd6y7tgw9nd8j8m/GameCenterAddOn.h
https://www.dropbox.com/s/wqrvon2fhflflac/GameCenterAddOn.m