Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Sep 29, 2017
1 parent 9190585 commit 72a42e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ after checking
You give a listener as a parameter which will be called with a list of achievement or leader board
entries in response. See to the JavaDocs or the demo application for more information.

### Explicit log in and out
Some game services support user sign in and out, some need the user to log in manually for the first time. Use the game service interface's `logIn()` and `logOut()` methods for doing so. These methods should only be called when the user manually requested an explicit log in/out.

Note: For Google Play Games your game even *must* provide a sign in/out button to be considered Google Play Games Services-compatible.

## Updates & News
Follow me to receive release updates about this

Expand Down

0 comments on commit 72a42e0

Please sign in to comment.