I\'ve a problem. I\'m making a game with LibGDX. Now I want to implement Google Sign-In. I searched everywhere, but can\'t find anything.
What I need is a Resolver to ab
The way I solved this for my game was with the use of Interfacing. So you have to write Android and iOS specific code that use this interfaces from your core game.