markAllMessagesReadInSession引起奔溃

2021-11-24  本文已影响0人  woaiyouxi

云信标记已读markAllMessagesReadInSession后引起崩溃。
报错*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid type in JSON write (NSConcreteMutableAttributedString)'

最终定位到。localExt上层需要保证 NSDictionary 可以转换为 JSON。
[localDic setValue:NSMutableAttributedString forKey:@"text"];
message.localExt = [NSDictionary dictionaryWithDictionary:localDic];

上一篇下一篇

猜你喜欢

热点阅读