Google Play Game Services - not signed in on next activity
问题 In my application, i have in game helper(i want log in on button click): // Whether to automatically try to sign in on onStart(). We only set this // to true when the sign-in process fails or the user explicitly signs out. // We set it back to false when the user initiates the sign in process. boolean mConnectOnStart = false; In my MainActivity (extends BaseGameActivity), after login button click i call: beginUserInitiatedSignIn(); Of course now isSignedIn() returns true. But when I go to