Unlockachievement Function -- Typo?

In the corona-cloud-code.lua file’s unlockAchivement function, there is this…

[lua]

    local params = “auth_token=”…coronaCloudController.authToken

    if progress ~= nil then 

        params = param…"&progress="…progress

    end

[/lua]

When passing a progress for a partial achievement, I get an error and the app crashes.

Shouldn’t the code reference “param_ s _”, and not “param”?

[lua]

params = params…"&progress="…progress

[/lua]

Seems to work after making that change… my achievement handler is now being called.

Awesome!

I will PM a Corona Cloud dev to fix this issue…

Thanks for the pointer, I’ll get this fixed.

-Mohamed

Cool, thanks!  I just wanted to be sure, but it seems to be working when I made this change.

Sorry about that, the file has been updated.

Thanks again,

-Mohamed

Awesome!

I will PM a Corona Cloud dev to fix this issue…

Thanks for the pointer, I’ll get this fixed.

-Mohamed

Cool, thanks!  I just wanted to be sure, but it seems to be working when I made this change.

Sorry about that, the file has been updated.

Thanks again,

-Mohamed