Conversation
PR Review: Add IdentifyGooglePlayGames APIMajor: Missing identity parameter for account linkingIdentifySteam supports an optional identity parameter for account linking but IdentifyGooglePlayGames does not: IdentifySteam signature: IdentifyGooglePlayGames signature (new): If account linking needs to be supported for Google Play Games later, adding identity would be a breaking change. Adding it now as an optional parameter costs nothing and keeps the API surface consistent: public async Task IdentifyGooglePlayGames(string authCode, string identity = "") No other issues found. The implementation is clean and consistent with the existing pattern. |
No description provided.