playMaker

Author Topic: Google Play Services  (Read 38062 times)

TBrayner

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Google Play Services
« Reply #60 on: April 15, 2014, 12:11:15 AM »

So, I can connect to Google Play aparently.


 but some actions seems do nothing:

Like

Show leaderboard
Show specific leaderbard
Unlock archievement


I published my game (for alpha) about a 1 hour or less,  I put the correct IDs in each leaderboard and archievement.

The logout action is working.

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #61 on: April 15, 2014, 07:45:10 AM »
Did you provide leaderboard ids in those actions? Unlock achievement only works for hidden achievements. Did you provide a hidden achievement to that action?

TBrayner

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Google Play Services
« Reply #62 on: April 15, 2014, 11:12:27 AM »
Did you provide leaderboard ids in those actions? Unlock achievement only works for hidden achievements. Did you provide a hidden achievement to that action?

The Archievement I think not hidden. But the Leaderboard ID is correct, I´ll take a Screen shot of my FSMs and post here.

FSMs:






« Last Edit: April 15, 2014, 12:00:44 PM by TBrayner »

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #63 on: April 15, 2014, 02:39:50 PM »
Does the one in the example scene work?

TBrayner

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Google Play Services
« Reply #64 on: April 15, 2014, 07:22:36 PM »
Does the one in the example scene work?

I tried to use him initially, placing it as the first scene of my APK, but it worked.
Only the login and logout, other UI screens do not appear.

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #65 on: April 15, 2014, 09:11:44 PM »
If the example scene works are you sure it is calling the action at all? Could you put a debug message or something as well on the action to make sure they are all being called?

Are you sure you copied your leaderboard id exactly? I can teamviewer with you if you wish to try and find the issue.

TBrayner

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Google Play Services
« Reply #66 on: April 15, 2014, 10:09:25 PM »
If the example scene works are you sure it is calling the action at all? Could you put a debug message or something as well on the action to make sure they are all being called?

Are you sure you copied your leaderboard id exactly? I can teamviewer with you if you wish to try and find the issue.

Team viewer will be nice, you can take control and take a look how I inserted the actions, only my english isn't very good :p.

But I think if you see the app you can solve the problem. :)

xhidnoda

  • Full Member
  • ***
  • Posts: 231
Re: Google Play Services
« Reply #67 on: April 15, 2014, 11:42:03 PM »
Hey marsh!
Can you help me? When try to compiling your scene example of google play services shows this error.

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #68 on: April 16, 2014, 08:02:33 AM »
I solved it by installing the 32bit of the JDK. First I only had installed the 64bit Version. I know its a bit odd when your on a 64 bit machine but I ran into the same problem myself several times.

TBrayner

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Google Play Services
« Reply #69 on: April 18, 2014, 03:37:39 PM »
If the example scene works are you sure it is calling the action at all? Could you put a debug message or something as well on the action to make sure they are all being called?

Are you sure you copied your leaderboard id exactly? I can teamviewer with you if you wish to try and find the issue.

Now it's working!!!

I think that the problem it's some configuration with, what accounts can login in alpha phase etc.. as you mentioned, thank you for the support!.

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #70 on: April 18, 2014, 03:50:01 PM »
Glad you got it working!

xhidnoda

  • Full Member
  • ***
  • Posts: 231
Re: Google Play Services
« Reply #71 on: April 21, 2014, 08:44:59 AM »
For my problem...i set the java_home and ist works. :)

Marsh

  • Full Member
  • ***
  • Posts: 227
  • Comfort the disturbed, disturb the comfortable
Re: Google Play Services
« Reply #72 on: April 21, 2014, 09:05:01 AM »
Ah perfect, I forgot to mention that method as it never seemed to work for me. Glad its all working.

DonnieT

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Google Play Services
« Reply #73 on: April 27, 2014, 02:11:03 PM »
Integration for these was pretty easy. Leaderboards up and running with a set of achievements all in a morning. Thanks for the tool!

xhidnoda

  • Full Member
  • ***
  • Posts: 231
Re: Google Play Services
« Reply #74 on: April 27, 2014, 03:41:42 PM »
Marsh!!
Can help here?
When try to show the leaderBoard, is appear, but hi say "No have internet connection" WTF?.
And How to save data (Point for example) and show in the leaderboard?