objective c - elapsed time lower than higher score game center -


i wondering how make sure how lower elapsed time is, how higher score in apple's game center is. when have time '12 secs' , time '15 secs' later, '15 secs' recognized highest score now. how can solve this?

this code use submitting:

        self.gamecentermanager = [[gamecenterfiles alloc] init];         [self.gamecentermanager setdelegate:self];         int my_time = 12;         nslog(@"%i", my_time);          [self.gamecentermanager reportscore:my_time forcategory: self.currentleaderboard]; 

this setting make in itunesconnect, not in code, characteristics of leaderboard configured.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -