Google Sign-In with LibGDX

前端 未结 1 1469
轻奢々
轻奢々 2021-01-23 18:23

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

1条回答
  •  耶瑟儿~
    2021-01-23 18:47

    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.

    0 讨论(0)
提交回复
热议问题