Hi, I am using GoogleSignIn in my app. In debug APK after killing the app and after cold boot GoogleSignIn.getLastSignedInAccount() returns the account which was used to sign in. But in release signed APK, after killing the app from memory and starting again this returns null. However, in normal launches (without killing it completely) of the app this is working fine.
Hi, I am using GoogleSignIn in my app. In debug APK after killing the app and after cold boot GoogleSignIn.getLastSignedInAccount() returns the account which was used to sign in. But in release signed APK, after killing the app from memory and starting again this returns null. However, in normal launches (without killing it completely) of the app this is working fine.