码迷,mamicode.com
首页 > 其他好文 > 详细

环信透传消息,无法回调

时间:2016-11-02 17:38:17      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:question   href   man   ogr   https   sha   ogre   sage   code   

 

 




[[EMClient sharedClient].chatManager sendMessageReadAck:msg completion:
^(EMMessage *aMessage, EMError *aError) { BSLog(@"----%@---%@---", aMessage, aError); }]; [[EMClient sharedClient].chatManager sendMessage:msg progress:^(int progress) { } completion:^(EMMessage *message, EMError *error) { BSLog(@"----%@---%@---", message, aError); }]; [[EMClient sharedClient].chatManager resendMessage:msg progress:^(int progress) { } completion:^(EMMessage *message, EMError *error) { BSLog(@"----%@---%@---", message, aError); }];

 

感谢;

https://easemob.com/question/4837

 

就是环信的文档有问题,把发消息的方法每个都走一次,看哪个方法能发送透传消息,就用那个方法发送。

 

环信透传消息,无法回调

标签:question   href   man   ogr   https   sha   ogre   sage   code   

原文地址:http://www.cnblogs.com/songxing10000/p/6023535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!