marpies / game-services-ane

Google Play and Game Center extension for Adobe AIR
Apache License 2.0
9 stars 7 forks source link

isSupported is false. #1

Open Tpman opened 7 years ago

Tpman commented 7 years ago

I do not speak English well. When I test app with this ane in android. I call GameServices.authenticate() and there was no response. So I check isSupported()... It show isSupported is false. What should I do?

minsdk17 and air sdk 25 use

marpies commented 7 years ago

The device you are testing on may not have Google Play services installed or have old version.

Did you also include all the dependency ANEs and modify your android manifest as shown on the readme page?

Tpman commented 7 years ago

I have 2 devices(Samsung note 4, Samsung note 8). This devices have been updated to the latest version. And include all the dependency ANEs and modify android manifest as shown on the readme page.

marpies commented 7 years ago

The isSupported method simply returns true if the result of isGooglePlayServicesAvailable method is SUCCESS.

You could try looking at device logs via logcat, maybe there will be some message that will tell you why it is not working.

Tpman commented 7 years ago

I can't understand logcat message. I try device logs via Android Device Monitor's Logcat. Can you check this file if you afford?

GoogleServiceANE.zip

marpies commented 6 years ago

Your project runs successfully on my test devices.