—
The problem i've got is that my game is not logging in to Google Play Services, i can't check the leaderboard as it doesn't login.
It seems simple enough to create an event to login, this is what i've got - 'Start of layout' - PhonegapGame - Login
I've copied and pasted the following into my 'intelxdk.config.additions.xml' -
<intelxdk:plugin intelxdk:name='https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#45191b3570a2ae4dc9646685b65f4a7994ed9952' intelxdk:value='https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#45191b3570a2ae4dc9646685b65f4a7994ed9952' >
<intelxdk:param intelxdk:name='APP_ID' intelxdk:value='YOUR_GOOGLE_PLAY_GAME_APP_ID' />
</intelxdk:plugin>
I've replaced 'YOUR_GOOGLE_PLAY_GAME_APP_ID' with my Google Play Games ID, although i've left 'APP_ID' as it is as there was no mention of changing this, should i insert my App ID here too?
Also, i haven't checked anything in the Plugins section in Intel XDK, do i need to check anything?
I've done whats been mention on this thread but i don't know why its not working for me.