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

score achievements did not seem to work #65

Closed
Jerboa-app opened this issue Apr 3, 2024 · 4 comments · Fixed by #71 or #96
Closed

score achievements did not seem to work #65

Jerboa-app opened this issue Apr 3, 2024 · 4 comments · Fixed by #71 or #96
Labels
android bug Something isn't working
Milestone

Comments

@Jerboa-app
Copy link
Contributor

  • got a score of 36 but no 20 ach
  • did get 5 mins at same time

Must be this insane code...

        renderViewModel.updateAchievement.observe(
            this, androidx.lifecycle.Observer {
                    s -> if(client.updateAchievement(s.first,s.second)){
                client.updatePlayServicesAchievement(this,s.first)
                client.updateLocalAchievement(s.first)
            }
            }
        )
        renderViewModel.updateAchievementSlot2.observe(
            this, androidx.lifecycle.Observer {
                    s -> if(client.updateAchievement(s.first,s.second)){
                client.updatePlayServicesAchievement(this,s.first)
                client.updateLocalAchievement(s.first)
            }
            }
        )
@Jerboa-app Jerboa-app added bug Something isn't working android labels Apr 3, 2024
@Jerboa-app Jerboa-app changed the title scroe achievements did not seem to work score achievements did not seem to work Apr 3, 2024
@Jerboa-app Jerboa-app added this to the 0-0.1.0 milestone Apr 3, 2024
@Jerboa-app
Copy link
Contributor Author

slots where a red herring, and will be removed - seems ok on more play testing...

@Jerboa-app
Copy link
Contributor Author

It appears a queue is required

@Jerboa-app
Copy link
Contributor Author

Achievements appear to reset on a debug build, (even with open-testing code), will need to try a closed testing release

@Jerboa-app
Copy link
Contributor Author

Achievements appear to reset on a debug build, (even with open-testing code), will need to try a closed testing release

it appears to be updating, and staying, in the internal testing build...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant