Leaderboard not working after app is published and downloaded from google play

Hi, I’m using Daily build latest. And Leader board is working when I used the direct apk built in corona but the same apk which when uploaded to google play and downloaded from there, showing leaderboard is not working.

When checked the logs, i see below is getting returned in event.

2020-01-20 21:13:10.206 21768-21788/? I/Corona: {

      “errorCode”:17,

      “errorMessage”:“17: API: Games.API is not available on this device.”,

      “isError”:true,

      “name”:“submit”

    }

I’m in a stage to not able to debug myself, as this leader board works when I upload the same apk directly instead of downloading from google play (Used same self signer certificate)

This is resolved. I had to create new leaderboard in play console and sha key auto generated while linking app was different than the one I generated.