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

Games: Store player details per account, not per game #2485

Merged
merged 5 commits into from
Nov 10, 2024

Conversation

DaVinci9196
Copy link
Contributor

@DaVinci9196 DaVinci9196 commented Aug 15, 2024

Scenario 1: When playing the game, I found that after occasionally logging out of the account, I could no longer log in normally. I checked the Logcat and found that the app prompted that the game authorization channel was occupied.
e.g. Subway Surfers <com.kiloo.subwaysurf>

Scenario 2: Player data should only be bound to the selected account, not the game. During the game, it was found that some games have closed access to the public game service API.
e.g. Snake Lite <com.snake.io.slither.worms>

@DaVinci9196 DaVinci9196 changed the title Fixed an issue where Subway Surfers occasionally failed to log in Fixed the problem that the game cannot log in normally Aug 15, 2024
@mar-v-in mar-v-in added this to the 0.3.4 milestone Aug 27, 2024
@mar-v-in mar-v-in changed the title Fixed the problem that the game cannot log in normally Games: Store player details per account, not per game Oct 28, 2024
@mar-v-in mar-v-in merged commit 510cc7a into microg:master Nov 10, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants