@dongliang28, the plugin simply marshals the int64 through to the report score method. You are limited by the max value of an int64 which is 9,223,372,036,854,775,807 so your score should work assuming you are using int64’s to count it. What error are you seeing reported by the report score failed event? The fact that you are seeing a limit of 2,000,000,000 makes me think you are not using a data type that can handle high enough numbers. 2,000,000,000 is suspiciously close to the max value of an int (2,147,483,647). Ensure you are using a proper data type (int64) for your scores.
I am trying to post the score via game center in leader board from past 4-5 hours, but its always showing me the error in console that “reportScoreFailed”.
The code that i am trying is here:
@niki, your other post has already answered. Please do not SPAM the forums with duplicate posts in the future. It wastes our time and everyone elses who reads these forums.
Yes, you answered my post, but what should i do if i am not getting the response of my reply for your response.
and i am still facing the same problem,please suggest…
Thanks and i am extremely sorry for my duplicate posts. but that all are for you.
Niki.j