美文网首页
markAllMessagesReadInSession引起奔溃

markAllMessagesReadInSession引起奔溃

作者: woaiyouxi | 来源:发表于2021-11-24 18:40 被阅读0次

    云信标记已读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];

    相关文章

      网友评论

          本文标题:markAllMessagesReadInSession引起奔溃

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