Do you have this turned on in the PlayFab dashboard?
I've gotten an unexpected error for not having it on a few times. I can't remember if that was it or if it was something else.
Yes, thanks to Shawn's super useful quick start guide, that was the first thing I did :)
I'm quite sure it's the integer vs fractional number thing, I can reproduce it any time I try to submit a non-integer number and the call works perfectly if it's an integer. I've done a very easy fix: I round values to two decimals then multiply by 100 and parse the result as an integer to be 1000% safe :)
Hey Fodi, it looks like you found the solution haha. I had the exact same issue trying to store decimals in the Leaderboard and it was only until i came across a different Playfab forum article with the same answer that i solved the problem. Glad you caught the problem in time, and yeah this would classify as a Bug and not a Feature so feel free to update your game with the fix :)