Problem with award
Publicación #2 eliminada
freetiger18 dijo
hace mucho tiempo | Publicación #3 LoL,it is right
Awoke dijo
hace mucho tiempo | Publicación #4 I did this, and didn't worked.
Awoke dijo
hace mucho tiempo | Publicación #5 Need more thing than the Submit Score?
Chris dijo
hace mucho tiempo | Publicación #6 The API always errors when you test locally, it will only work when uploaded to the site
Awoke dijo
hace mucho tiempo | Publicación #7 ok, i'll try
Awoke dijo
hace mucho tiempo | Publicación #8 the achievament now is working, when will be acept?
Publicación #9 eliminada
Awoke dijo
hace mucho tiempo | Publicación #10 How long can it take?
Contestar al tema
Regístrate ahora para responder a éste tema
Awoke dijo
hace mucho tiempo | Publicación #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?