question

actonsnow avatar image
actonsnow asked

I can't get friend ids ,it always give me error message UNRECOVERABLE

I imp SDK to Unity successfully. I can request leaderboard, request achievement as well. but I can't get friend ids.It always error"UNRECOVERABLE", Request friends failure response: "REQUEST_ID":"8afebf0f-3869-4f53-af04-80666a64ca28","RESPONSE_CODE":"29". I need help,Thank you
fire tabletsubmission testing distribution
10 |5000

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

actonsnow avatar image
actonsnow answered
my amazon gamecircle unity plugin version is 2.5.2
10 |5000

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

actonsnow avatar image
actonsnow answered
anyone can help me ?
10 |5000

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

Sanyu avatar image
Sanyu answered
Please make sure you have initialized the AmazonGamesClient. You can then try calling FriendIds on the callback of AGSClient.ServiceReadyEvent. Some of the common UNRECOVERABLE error scenarios: 1) You haven't yet initialized AmazonGamesClient 2)The leaderboardId is null or not recognized Also, if you call getPercentileRanks() with the FRIENDS_ALL_TIME filter, you'll get an "UNRECOVERABLE" error code.
10 |5000

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