client_Hale
2018-09-26 1a9e66648cdf6552ff3d81de03b4dfc631e298d1
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];
                                       }
    }];