I started to integrate with PlayerIO SDK, when trying to get a Client object following the documentation in:
https://playerio.com/documentation/refe ... oid/Client
The code there is probably outdated, since the class PlayerIO doesn't have a "connect" method at all:
- Code: Select all
//Connect to Player.IO
Client client = PlayerIO.connect(
"[Enter your game id here]",
"public",
"user-id",
null,
null
);
I found a code which I'm testing in the class PlayerIO directly, but please, it would be very good if you update the documentation in the Client class for the Android SDK.
Thank you very much