Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem