Problem with award
Post #2 deleted
freetiger18 said
a long time ago | Post #3LoL,it is right
Awoke said
a long time ago | Post #4I did this, and didn't worked.
Awoke said
a long time ago | Post #5Need more thing than the Submit Score?
Chris said
a long time ago | Post #6The API always errors when you test locally, it will only work when uploaded to the site
Awoke said
a long time ago | Post #7ok, i'll try
Awoke said
a long time ago | Post #8the achievament now is working, when will be acept?
Post #9 deleted
Awoke said
a long time ago | Post #10How long can it take?
Reply to thread
Sign up now to reply to threads
Awoke said
a long time ago | Post #1import Nonoba.api.NonobaAPI;
NonobaAPI.SubmitScore("stage", 1, function (response:String) {
switch (response) {
case NonobaAPI.SUCCESS :
trace("The score was submitted successfully");
break;
case NonobaAPI.NOT_LOGGED_IN :
trace("The user is not logged in");
break;
case NonobaAPI.ERROR :
trace("An error occurred.");
break;
}
});
but received a:
An error ocurred.
what's wrong?