Upcoming changes to game badges

We notified game developers who we noticed were using the methods incorrectly and will be affected by this change.

2 Likes

Does the warnings come from a pm, e-mail, in game or any other way?

With the introduction of this will there be any decrease in the throttling for PlayerOwnsAsset? One of my games uses BadgeService, because it isn’t as throttled, to check assets.

We sent warnings via email in this case.

How often are you calling PlayerOwnsAsset? If you are calling it more than 1000 times a limit, it is reasonable that you are getting throttled. If you’re calling it far less than that, e.g. 100 times per minute, make a thread in bug reports and we’ll look into it. Otherwise you may need to adjust your code so it does not call the method as often.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.