我的代码非常简单:
auto response = Snapshots.FetchAllBlocking();
if (IsSuccess(response.status))
{
for (auto& fetch : response.data)
{
Snapshots.Delete(fetch);
}
这会引发异常: 01-27:14:11.675:E / GamesNativeSDK(3448):com / google / android / gms / games / snapshot / Snapshots.delete中的异常:java.lang.IllegalArgumentException:缓冲区已关闭 ..
这是什么意思?
顺便说一句。在我的应用程序和客户端中,我有两个快照,其中一个超级损坏:我无法打开它,总是返回ERROR_INTERNAL和IDK我能做什么。