Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
GameKit.ReportScores
Reports a list of scores to Game Center.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GameKit | 8.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "GameKit.ReportScores"; scoreIdentifiers ) More
Parameters
Parameter | Description | Example |
---|---|---|
scoreIdentifiers | The list of score identifiers. |
Result
Returns OK or error.
Description
Reports a list of scores to Game Center.Use this function whenever you need to submit scores to Game Center, whether you are reporting a single score or multiple scores. The method runs through the array of Score identifiers, submitting scores one at a time.
This function is free to use.
Created 5th November 2018, last changed 8th November 2018
GameKit.ReportAchievementsWithEligibleChallenges - GameKit.ReportScoresWithEligibleChallenges