How to make google play games optional?
问题 I am integrating Google Play Games with my Android game. During startup, if a user doesn't have Google Play Games, it shows a dialog with: This app requires the latest version of Google play games. Is there a way to make it optional? I would like users to see a dialog where they have the option to install it. But it shouldn't explicitly say required , since it isn't. 回答1: I integrated a check to test whether or not Google Play Services is installed and only start the service if it is