cometchat方法没有回应

时间:2017-12-27 11:12:24

标签: ios objective-c xcode cometchat

checkCometChatUrl 块未成功执行或失败。我的代码吼叫。

    #import <MessageSDKFramework/CometChat.h>
    #import <MessageUI/MessageUI.h>

    @interface LoginVC ()<UITextFieldDelegate>
    {
        CometChat *cometChat;

    }

    @end

    @implementation LoginVC

    - (void)viewDidLoad{

        [super viewDidLoad];

        [cometChat checkCometChatUrl:@"https://cisner.com" success:^(NSDictionary *response) {
            NSLog(@"%@", response);

        //code not execute here

        } failure:^(NSError *error) {
            NSLog(@"%@", error.description);
          //code not execute here
        }];
        }

1 个答案:

答案 0 :(得分:-3)

@cometchat回应.....

我们的团队已经在考虑您的问题,我们认为这是来自Web端而非iOS SDK。