I am testing a development IOS build using the sandbox mode for Game Center. I am able to log in to my test account just fine, but when I report a completed achievement it is not successful. Here is the code I am using to call the achievement:
Social.ReportProgress("achievement ID", 100.0f, (bool success) => {
Debug.Log("achievement success: " + success);
});
Is there something else I was supposed to do before calling this?
↧