0

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
        }];
        }
4

1 回答 1

-3

@cometchat 回应.....

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

于 2017-12-29T06:28:00.230 回答