Google play game services invitations get lost

后端 未结 4 1404
梦谈多话
梦谈多话 2021-01-13 20:46

I am using the new Google Play Game Services to develop my game on Android and I am now trying to include the invitation system. Have have 3 Google+ accounts that I use to t

4条回答
  •  粉色の甜心
    2021-01-13 21:04

    If you are using Games.Invitations.registerInvitationListener() your code is expected to handle the invitation and you will not get a standard android notification. Now, if you are not calling Games.Invitations.unregisterInvitationListener() at the appropriate times, maybe your code is not handling the invitation properly and it is consuming it without your will.

提交回复
热议问题