Google Play Leaderboards BETA or Production?

Hi, I hope someone can help me with this.
My problem is, when I install my game from my laptop Gplay Leaderboards works as intended,
but when I upload my APK to Gplay and then I install from the store then the leaderboards won’t show up inside
the game, it starts to load the gui but it does not show the leaderboard, it just keep searching for something
but nothing happens.
I ended up thinking this is because my app is in beta stage, could someone more expert confirm me this?
I added the 7 apis required for the services in Gplay console, and inside Unreal I added,

under “manifest”:
com.google.android.gms.games.APP_ID="@string/app_id"
com.google.android.gms.appstate.APP_ID="@string/app_id"

under “application”:
com.google.android.gms.games.APP_ID="@string/app_id"
com.google.android.gms.version="@integer/google_play_services_version"

android permissions:
android.permission.INTERNET
android.permission.GET_ACCOUNTS
android.permission.USE_CREDENTIALS
android.permission.INTERACT_ACROSS_USERS
android.permission.ACCESS_NETWORK_STATE

I can’t see any reason why this work from my pc(when I install it locally, write integer work aswell) and then it doesn’t from the store…

Still 43 views and no answer.

I am currently having the issue that the leaderboard shows up but i cannot write or read any integer from my highscore list. It loads but says that noone has uploaded their score yet. I dont know how far you‘ve come but I can tell you maybe you need to set up some things like firebase HOW TO GET ADS IN UNREAL ENGINE ANDROID PROJECT - YouTube
Do you have everything set up in your project build.cs? I also test it via google play shipping