Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signin Not Working #37

Open
Gokulv617 opened this issue Jan 28, 2025 · 3 comments
Open

Signin Not Working #37

Gokulv617 opened this issue Jan 28, 2025 · 3 comments

Comments

@Gokulv617
Copy link

Hi,

My app's sign-in isn't working after updating to version 10.0.0 of the Game Service; previously, it was functioning properly with version 8.5.0. Could you let me know whether there have been any adjustments to the action script code and application descriptor recently?

Thank you.

@marchbold
Copy link
Contributor

Hi,

Yes version 9 brought the integration of Play Games v2 and version 10 brought a complete overhaul of the integration process.

There shouldn't have been any updates to the code though, just a major update to the manifest. We are suggesting everyone starts from scratch again with the manifest (or use apm!)

https://docs.airnativeextensions.com/docs/gameservices/migrating-to-v10.0

Also note that migration to play games v2 means you need to replace the dependency extension com.distriqt.playservices.Games with com.distriqt.playservices.Gamesv2

Again highly recommend using apm as it handles all this for you.

@Gokulv617
Copy link
Author

Hi,

I appreciate your prompt response. I am attempting to implement 'com.distriqt.playservices.Gamesv2' Ane instead of 'com.distriqt.playservices.Games'.

I have import "import com.distriqt.playservices.Gamesv2" but following error came " Definition com.distriqt.extension.playservices:Gamesv2 could not be found".

Image

I have error on the red marked lines.

Please share me any other import class need.

@marchbold
Copy link
Contributor

You don't need to change any code, just change the extension dependency.

<extensionID>com.distriqt.playservices.Games</extensionID>

to:

<extensionID>com.distriqt.playservices.Gamesv2</extensionID>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants