StansAssets / com.stansassets.ultimate-mobile

Ultimate Mobile Plugin Wiki
https://api.stansassets.com/ultimate-mobile/
11 stars 2 forks source link

Context parameter of UM_iLeaderboardsClient::SubmitScore is currently an int, but should be ulong #19

Closed patrickoshaughnessey closed 4 years ago

patrickoshaughnessey commented 4 years ago

Game Center supports a "context" parameter that is an unsigned 64-bit integer, but the API currently only takes a 32-but signed integer.

There is a beta version that takes a uint, but that is a 32-bit unsigned integer.

Could you please update the interface to take a ulong parameter?

Thanks!

stan-osipov commented 4 years ago

Updated, will be part of the 2020.9 release.