#Multi tap daily rewards bug

4 messages · Page 1 of 1 (latest)

analog python
#

You can "double" claim any of the rewards from the daily challenge by spam clicking. You can also tap with two fingers to sometimes claim both at once.
Note how I got a total of 6 mystery packs and 10m RC from todays gifts.

Looks like client/server side it's just incrementing a number and once you have a count of 3 or more it denies the reward.

You could use bitwise operators to encode bit flags into the reward count number to resolve this - or more so to resolve the inconsistency where you can overload the number and be unable to claim it.

Ideally the better fix would be to disable the button until it has processed whatever it needs to do - be it a server side validation or client side rewarding of items.

weak tendon
#

true; they have to fix this

lusty nebula
#

Thanks for the video!! I've tried catching this behaviour myself because I've noted it and I'm fairly sure that accidental such situations are the cause of the "come back tomorrow" bug as shown here. This video is very clear in showing it, I'll upload it to our board and make sure Naveen sees it!

analog python
#

I'm glad the video could help capture it. I've historically had the "Come back tomorrow" bug a few times, until I realised it was because I spam-click the rewards sometimes, double-claiming them, resulting in that issue.