freshplanet / ANE-Google-Play-Game-Services

Enable user to log in with Google+ to upload high score and achievements
Apache License 2.0
57 stars 42 forks source link

Crash immediately after function is called to signIn or startAtLaunch #39

Open NathanFitchett opened 9 years ago

NathanFitchett commented 9 years ago

Hey everyone so I've been at this for days now. I am setting up the ANE using Flash CS6 and Flash Develop. I have the ANE connected to the library path in Flash CS6 also have it added to the library in Flash Develop.

This is how I have everything setup in my startScreen Class:

screenshot 65

Now once I click the button on my Android Device the Application Crashes immediately after doing so here is how my XML is setup:

screenshot 66

I followed all the instructions as you can see. So i don't understand why it's crashing and not displaying anything. Please any help would be appreciated thanks!

afief commented 9 years ago

me too, i am trying use another AIR SDK version (15 & 17), but the problem still the same like this.

cherniv commented 9 years ago

Did someone find a solution??

NathanFitchett commented 9 years ago

Yes Finally got Google Play Services to work perfectly. No Problems so far. Anyone still need help?

cherniv commented 9 years ago

@NathanFitchett yes, my app still crushes when i'm tryin to SignIn or StartAtLaunch..

UmberFunk commented 9 years ago

@NathanFitchett
It would be great if you share how you made it work.

UmberFunk commented 9 years ago

@cherniv I found a great guide. Here's sollution: https://github.com/nitacawo/Google-play-freshplanet-Overlawled-examples

There are 3 versions. I used Freshplanet example and replaced ANE with newest one from Freshplanet. Look into the -app.xml in exaple provided. You should add Vungle extension to your project. Thought author forgot to remove it and I didn't use it in my code util I get it that its needed to avoid crashes.

goshdarn commented 9 years ago

@NathanFitchett could you tell us how you got it to work please? I am getting nowhere.

@UmberFunk Freshplanet example does not have showLeaderboard method which I really need.

@cherniv did you find a solution for the crashes?

cherniv commented 9 years ago

@goshdarn now it is working for me. i did two things: 1) stopped using an AdMob ANE 2) started the GP Services integration from scratch