leader board could not working and its can'tpost the score ?
When i am send the request to the leader board to post the scone on the leader board then request can't to send it and show the some error and when i am request to show leader board to show the leader board Ui then show the massage to some thing have a problem ? who i am can solve , And answer me as soon as possible
Social.ReportScore (10, leader.leaderboard_played_levels, (bool success) => {
try {
if (success) {
txt.text = ("scor");
} else {
txt.text = ("not score");
}
} catch (System.Exception ex) {
txt.text = ex.ToString ();
}
});
Answer by window_ · Apr 06, 2016 at 01:06 PM
try it on real device.
i am testing on my personal device but still same issue the
Your answer
Follow this Question
Related Questions
Google Play Services Daily Gold Leaderboard 0 Answers
Google Play Games Services - Wrong scores, Traffic mostly Redirection (3xx) 2 Answers
error google Play Service when i import the cloudonce package 1 Answer
Project GPM data does not exist. Creating new object. 2 Answers
The best overloaded method match for google play games 1 Answer