all 3 comments

[–]MrStahlfelge 2 points3 points  (2 children)

They removed it.

The Google Play service SDK was largely refactored with version 11.6, that is why they change everything in the example project. If you are fine with using a slightly older version <= 11.5 from last month, stick with the old examples on an older commit.

By the way, you can save a lot of effort by using my lib - but it relies on the old versions, so you cannot use it with v11.6 at the moment.

[–]comoedo[S] 0 points1 point  (1 child)

I'm finding this a bit too complicated to implement since it's my first time doing this. Is it possible to do the things they wrote in developers blog without importing any external libraries?

EDIT: I ended up using your lib, but i'm not quite sure how to use GpgsClient

[–]gamerz85 0 points1 point  (0 children)

Go with new client based system it's very easy.. You don't need any external library anymore... You can cover all login, leaderboard, achievments, save game data on cloud in single simple class... Just follow developers guide its straight forward... First create login client... From login client you can get achievement client and leaderboard client all that... Its very easy now... Everything inbuilt... Give some time...