There is a method called addScore in ScoreService which will append the score in user's account.
-(Game*)addScore:(NSString*)gameName gameUserName:(NSString*)gameUserName gScore:(double)gameScore;
I tried this method which works perfectly. How to get these ScorService data using api ? I didnot find any method to fetch these data.
What is the difference between ScoreBoardService and ScoreService ?
What should i use for my related question ?