问题描述
设置消息扩展,为什么通过NSArray *conversations = [.chatManager conversations];拿不到消息扩展?这里的conversations的_ext属性是在哪里赋值的?请大神指点啊。谢谢
解决方案
有会话扩展属性的/*! @property @brief 会话扩展 */@property (nonatomic, strong) NSDictionary *ext;
解决方案二:
你是怎么赋值的
解决方案三:
> forum.php?mod=redirect&goto=findpost&pid=1921&ptid=880你是怎么赋值的我赋值没问题,是我取值有问题,NSArray *conversations = [.chatManager conversations];NSDictionary *extDict = conversation.latestMessage.ext;这样取值就没问题了,之前,我是直接取用conversations.ext什么也没得到
解决方案四:
> forum.php?mod=redirect&goto=findpost&pid=1928&ptid=880我赋值没问题,是我取值有问题,NSArray *conversations = [.chatManager conve ...
解决方案五:
> forum.php?mod=redirect&goto=findpost&pid=1928&ptid=880我赋值没问题,是我取值有问题,NSArray *conversations = [.chatManager conve ...
解决方案六:
> forum.php?mod=redirect&goto=findpost&pid=1928&ptid=880我赋值没问题,是我取值有问题,NSArray *conversations = [.chatManager conve ...
解决方案七:
> forum.php?mod=redirect&goto=findpost&pid=1928&ptid=880我赋值没问题,是我取值有问题,NSArray *conversations = [.chatManager conve ...好的。