android - 如何设置 Google Play 回合制多人游戏过期时间

标签 android google-play-services google-play-games

目前回合制多人游戏将在 2 周后到期。是否可以选择将其设置为其他值?

最佳答案

不可以,您不能设置过期时间。 official documentation状态:

A match expires when a user does not respond to an invitation or turn notification for two weeks. A match also expires in one day if there is an empty auto-match slot available but Google Play games services cannot find a user to auto-match.

有一个功能请求使其可调整 on Github , 但遗憾的是最近没有 Activity 。

关于android - 如何设置 Google Play 回合制多人游戏过期时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24164023/

相关文章:

android - 我正在使用 Firebase,在创建 firebase 对象时出现此异常

java - MediaSessionCompat.Callback 的 onSkipToNext() 和 onSkipToPrevious() 没有被触发

android - Google Play 服务 - SupportMapFragment.getMap() 总是返回 null

android - 获取android google play Xp用户体验的API

android - Google Play 排行榜未显示

android - Flex Mobile 监听 <s :View> 中的事件

android - MissingPluginException(未找到 channel video_thumbnail 上的方法文件的实现)

android - 使用 Fused Location API 检索位置时无法处理 android.intent.package_ADDED 和 REMOVED 错误

android - 创建 GameServices 对象时出错

android - 是否可以将 Google Play 游戏服务实时多人游戏集成到适用于 Android 和 iOS 的 LibGDX 中?