expo-google-app-auth doesn't work on my device

Hey,
I’ve used expo-google-app-auth in order to set the authentication to my app.
Walking through the Expo documentation steps, I’ve managed to get it working both on my emulator and my device via Expo CLI.
However, I’ve just created my (first) APK and installed it on my device and this seems not to work. I can see the login page, so the APK has indeed created successfully, but when clicking the login button which fires the onSignInWithGoogle method, nothing is happening.
Any ideas why this worked on the CLI but not working independently via the APK?
Does expo-google-app-auth not support APK and I should use a different package?

Would appreciate any help on this. Thank you

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.