Google Play Games Plugin anyone using it?

I have played around with GitHub - playgameservices/play-games-plugin-for-unity: Google Play Games plugin for Unity
and it’s looking great, I’ve been having some issues though with building to iOS on Xcode 6, just wondered if anyone’s using it too?

I can only tell you I had issues with setting up on iOS too. in the end decided to go with another solution.

bummer, it takes a while to set it up and their turn based system is weird too… I am considering other solutions as well like Bolt but I don’t want to implement the server side of stuff as it seems expensive to do so

You could take a look at Photon Turnbased. It’s cross platform and in many cases, you don’t need to build a server side logic (all is client driven). The Turnbased Client SDK is on our developer page.
In doubt, let us know your requirements and I can tell you more how to implement things.