So My app work flow is like this
- whenever a New user/ Old user comes, they login / register through google sign in option
- I take name and email id details from user google data post their sign in
- And then I take user entried Data ( my requirement) along with his name and send it to google sheets ( using it as database)
Now the point is at point no. 1 whenever I am trying to do it in development mode, It runs with my google sign in. However whenever I publish it with a signed in bundle APK to share it among my peers for a QA, it is failing with APi exception 10 as given below.
Can someone help me this. It is the only thing stopping me with publishing this app
2020-12-06 11:19:58.855 32100-32100/com.example.a100daysofpushup W/Choreographer: Already have a pending vsync event. There should only be one at a time.
2020-12-06 11:19:58.860 32100-32100/com.example.a100daysofpushup D/OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = com.example.a100daysofpushup/com.example.a100daysofpushup.defaultSignIn--- jank level = 1
2020-12-06 11:19:58.865 32100-32100/com.example.a100daysofpushup D/OnePlusJankManager: Chor uploadMDM JANK_TYPE_ONCE mViewTitle = com.example.a100daysofpushup/com.example.a100daysofpushup.defaultSignIn--- jank level = 1
2020-12-06 11:19:59.684 32100-32100/com.example.a100daysofpushup W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@e368c42
2020-12-06 11:19:59.763 32100-32100/com.example.a100daysofpushup V/ViewRootImpl: The specified message queue synchronization barrier token has not been posted or has already been removed
2020-12-06 11:19:59.790 32100-32123/com.example.a100daysofpushup D/DecorView: onWindowFocusChangedFromViewRoot hasFocus: true, DecorView@577533e[SignInHubActivity]
2020-12-06 11:19:59.807 32100-32100/com.example.a100daysofpushup W/Choreographer: Already have a pending vsync event. There should only be one at a time.
2020-12-06 11:20:02.128 32100-32100/com.example.a100daysofpushup D/signInRes:failed code=: com.google.android.gms.common.api.ApiException: 10:
2020-12-06 11:20:02.132 32100-32123/com.example.a100daysofpushup D/DecorView: onWindowFocusChangedFromViewRoot hasFocus: true, DecorView@c8b8dde[defaultSignIn]```