美文网首页
iOS 环信客服启动卡顿

iOS 环信客服启动卡顿

作者: 小六玩的并不六 | 来源:发表于2019-08-26 13:16 被阅读0次

    之前项目中对接了环信的客服,感觉启动的时候越来越慢了,添加下面的代码就好了。

    // 将得到的deviceToken传给SDK
    - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken{
        dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
            [[HChatClient sharedClient] bindDeviceToken:deviceToken];
    
        });
    }

    相关文章

      网友评论

          本文标题:iOS 环信客服启动卡顿

          本文链接:https://www.haomeiwen.com/subject/yousbxtx.html