[M] google meta login

This commit is contained in:
2024-08-03 15:11:17 +08:00
parent 39e7214113
commit badf4d6250
7 changed files with 711 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ IMPL_APP_CONTROLLER_SUBCLASS(CustomAppController)
- (void)initXYSDK:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions{
[[GASDK getGAlog:SDK_PROJECTID] initWithGameId:SDK_GAMEID clientId:SDK_CLIENTID withCommonParams:@{} serverUrl:GA_INTERNAL];
[[GASDK getGAlog:SDK_PROJECTID] initWithGameId:SDK_GAMEID clientId:SDK_CLIENTID withCommonParams:@{} serverUrl:GA_INTERNATIONAL];
XYSDKInitConfig * config = [[XYSDKInitConfig alloc] init];
config.appId = [SDK_APPID intValue];

View File

@@ -11,7 +11,7 @@
#define SDK_GAMEID @"20587"
#define SDK_PROJECTID @"20587"
#define SDK_CLOUDID @"128"
#define SDK_CLIENTID @"IOS_5.00_tyGuest,facebook.googleplay.0-hall20587.googleplay.FishingMaster"
#define SDK_CLIENTID @"IOS_5.00_tyGuest,facebook,appStore.appStore.0-hall20587.appStore.FishingMaster"
// 账号支付 - 服务域名
#define SDK_LOGIN_SERVER_URL @"https://128-hwsfsdk-sdk-online01.qijihdhk.com"