Google Play Login Problem

Hello! @AngelisDead Could you please help with logging in for ue 5.3.2? I’ve been trying for days to implement Google Play log-in and purchase system, but nothing works. I followed the steps you provided here, as well as the steps given in the official documentation, no result. I added App ID, Licence key from Play Console, created and edited AndroidEngine.ini file with following:

[OnlineSubsystem]
DefaultPlatformService=GooglePlay
[OnlineSubsystemGooglePlay.Store]
bSupportsInAppPurchasing=True

Added Play Services configuration in Play Console and published it, including OAuth client ID. I didn’t integrate Firebase, but it should work without it afaik.
The login logic is set in gamemode blueprint, on beginplay it calls ShowExternalLoginUI, but in game nothing happens, login screen doesn’t pop up and no error is shown up. The game is in internal test on Play Console. I’d very grateful if you could help with this problem!

1 Like