Google Play Services Leaderboard ShowLeaderboardUI and ReportScore Failing

I have tried to change code around every which way I can find and i’m failing to get ShowLeaderboardUI to do anything, it won’t trigger an error even though it reports that the user is authenticated.

Same goes for ReportScore, the user is authenticated but the call fails.
I’ve tried using the leaderboard name and id, but publishing the score still fails.

In the Google Play Console, my leaderboards are published and my account is listed under test user.

The app is posted internal and the testing release track is set to internal with my account as a tester.

When the game launches, I see the google play services profile banner.

Here are the debug logs being reported with no errors.

Warn IntegrationHelper --------------- Google Play Services --------------
Info IntegrationHelper Google Play Services - VERIFIED
Info Unity Play Services: Initializing
Info Unity Play Services: AuthenticateUser called
Info Unity Play Services: Trying to authenticate user
Info Unity Play Services: User authenticated = True, message = 
Info Unity Play Services: ShowLeaderboard called
Info Unity Play Services: User authenticated, showing leaderboard
Info Unity Play Services: ReportScore called
Info Unity Play Services: User authenticated, reporting score
Info Unity Play Services: Score reported = False

Here is the code being used.

public class GooglePlayService : IGameCenter
{
    public void Initialize()
    {
        Debug.Log("Play Services: Initializing");
        AuthenticateUser();
    }

    private void AuthenticateUser()
    {
        Debug.Log("Play Services: AuthenticateUser called");
        
        if (Social.localUser.authenticated)
        {
            Debug.Log("Play Services: User authenticated");
        }
        else
        {
            Debug.Log("Play Services: Trying to authenticate user");
            
            Social.localUser.Authenticate((isSuccess, message) =>
            {
                Debug.Log($"Play Services: User authenticated = {isSuccess}, message = {message}");
            });
        }
    }
    
    public void ReportScore(int score, string leaderboardId)
    {
        Debug.Log("Play Services: ReportScore called");
        
        if (Social.localUser.authenticated)
        {
            Debug.Log("Play Services: User authenticated, reporting score");
            Social.ReportScore(score, leaderboardId, isReported =>
            {
                Debug.Log($"Play Services: Score reported = {isReported}");
            });
        }
        else
        {
            Debug.Log("Play Services: Trying to authenticate user");
            
            Social.localUser.Authenticate((isSuccess, message) =>
            {
                Debug.Log($"Play Services: User authenticated = {isSuccess}, message = {message}");

                if (isSuccess)
                {
                    Social.ReportScore(score, leaderboardId, isReported =>
                    {
                        Debug.Log($"Play Services: Score reported = {isReported}");
                    });
                }
                else
                {
                    Debug.Log("Play Services: Failed to report score");
                }
            });
        }
    }
    
    public void ShowLeaderboard()
    {
        Debug.Log("Play Services: ShowLeaderboard called");
        
        if (Social.localUser.authenticated)
        {
            Debug.Log("Play Services: User authenticated, showing leaderboard");
            Social.ShowLeaderboardUI();
        }
        else
        {
            Debug.Log("Play Services: Trying to authenticate user");
            Social.localUser.Authenticate((isSuccess, message) =>
            {
                Debug.Log($"Play Services: User authenticated = {isSuccess}, message = {message}");

                if (isSuccess)
                {
                    Debug.Log($"Play Services: Trying to show leaderboard");
                    Social.ShowLeaderboardUI();
                }
                else
                {
                    Debug.Log("Play Services: Failed to show leaderboard");
                }
            });
        }
    }
}

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật