I’m just beginning to work on adding achievements to a game, and I’m running into a lot of problems. The most basic one is this: I try to retrieve the list of achievements from the server, and I get the following error:
<Warning>: {
errorCode = 3,
errorMessage = “The requested operation could not be completed due to an error communicating with the server.”,
name = “gameNetwork”,
provider = “gamecenter”,
type = “loadAchievementDescriptions”
}
We have one achievement set up in iTunes Connect.
I got that error consistently when I built the app in Corona and told Corona to open it in the XCode emulator or to copy it directly to my iPhone. When I built an ipa file using the distribution profile for the app, and copied that ipa to my iPhone using XCode, then it finally started working! That error went away, and I was able to receive a list of achievements, and unlock achievements! And then this morning it stopped working again and I started getting that error again. I don’t think I changed anything between yesterday when it was working and today when it stopped.
Any ideas on troubleshooting this kind of error when it happened? The error message is not very informative.