MacBuilder
2018-09-26 289cf06c44b9686d0422d3556e9bf5af7b694c19
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];
                                       }
    }];