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
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.