ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm
@@ -107,6 +107,13 @@ block:^(BOOL initState, BOOL serverState) { if (initState) { NSLog(@"ServerState: %@",serverState? @"Release" : @"Debug"); NSMutableDictionary *_dict = [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInt:S2U_FreePlatformInitOk],@"code",nil]; [self SendMessageToUnity:_dict]; }else{ NSMutableDictionary *_dict = [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInt:S2U_FreePlatformInitFail],@"code",nil]; [self SendMessageToUnity:_dict]; } }];