We are using the google play plug in now. however our game is timer based, the user has to complete the game in the shortest amount of time. When we submit our variable timer to the google play Leader-board it does not accept the variable. We have tried different formats and nothing has been working any suggestions?
Hi,
You must submit an integer, otherwise it will be rejected by Google.
A way to handle that is, if you use a constant score variable (for example 10000). Then divide it by your time in seconds. The lower your time is, the higher the highscore will be.
An atlernative would be to submit the time in seconds. But then you must set 'Lower is better' at your leaderboard settings (Google Play).