[F] iOS Google login, client id

This commit is contained in:
2024-08-05 18:20:34 +08:00
parent badf4d6250
commit dd43d9db26
7 changed files with 26 additions and 6 deletions

View File

@@ -26,6 +26,8 @@ IMPL_APP_CONTROLLER_SUBCLASS(CustomAppController)
config.serverUrl = SDK_LOGIN_SERVER_URL;
config.gameId = SDK_GAMEID;
config.openTerminalLog = XYSDK_DEBUG;
config.googleClientid = GOOGLE_CLIENTID;
config.launchOptions = launchOptions;
config.launchApplication = application;
[XYApi initWithConfig:config];