question

markusrannare avatar image
markusrannare asked

Unable to unlock achivements

Hi, Whenever we try to unlock achievements or show the achievement UI, we get a error with the message: "UNRECOVERABLE". The achievement UI however is showing properly, and I see all our achievements and read them from the backend with getAchievements() without any problems. I have added my GC account as a testing account (before I couldn't even see the achivements). Have anyone else experienced this? Help is greatly appreciated! Cheers, Markus
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
When there is a RemoteException while processing the achievement request, the response is given with ErrorCode.UNRECOVERABLE This usually occurs when an Achievement API called before AmazonGamesClient initialized. Please verify that you are initializing the AmazonGamesClient correctly. You can find step by step instructions here: https://developer.amazon.com/public/apis/engage/gamecircle/docs/initialize-android https://developer.amazon.com/public/apis/engage/gamecircle/docs/achievements
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

markusrannare avatar image
markusrannare answered
We have managed to unlock achivements now, the issue was that we submitted achivement name achivement_1 instead of achivement_01. That caused a unrecoverable error. We haven't managed to solve the UNRECOVERABLE error when opening achivements menu. It works fine on all devices except the FireTV that closes the achivements menu directly after it is opened. Contact with Amazon support through mail, they told us that we call initialize before opening the achivements menu, but all initialize we call is the one from the sample code, that is: AmazonGamesClient.initialize in onResume and agsClient.release() in onPause()
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.