2015-11-19 51 views
1

方法Games.Snapshots.open()Games.Snapshots.resolveConflict()(也許還有其他的,目前還沒有檢查)有時(即並不總是,但是經常是)返回狀態碼等於的結果。Google Play保存的遊戲Android:結果Games.Snapshots.open()/ resolveConflict()經常有狀態16

GamesStatusCodes documentation中沒有16的解釋,也沒有在Snapshots documentation本身中的解釋。我試着在Android Studio中查看GamesStatusCodes,但只有代碼從0到15,然後是2000或更高。 GamesStatusCodes.getStatusString也不知道16和輸出Status code (16) not found!

那麼不正是意味着,是什麼原因導致它出現,我應該如何處理它在我的代碼?或者我只是想念一些東西?

+1

在我的部分猜測 - 但有可能存在,因爲16的連接問題也[API_UNAVAILABLE](https://developers.google.com/android/reference/com/google/安卓/ GMS /普通/ ConnectionResult.html#API_UNAVAILABLE)?或[CommonStatusCodes.Canceled](https://developers.google.com/android/reference/com/google/android/gms/common/api/CommonStatusCodes.html#CANCELED) –

+0

@ClaytonWilkinson今天這個問題已經完全消失了(沒有任何代碼更改)。所以你可能是對的,那只是一個連接問題。 – Vladimir

回答