AVIMMessageOption *option = [[AVIMMessageOption alloc] init];
option.pushData = @{@"alert" : content, @"sound" : @"default", @"badge" : @1, @"custom-key" : @"由用户添加的自定义属性,custom-key 仅是举例,可随意替换",@"prod":@"dev"};
AVIMTextMessage * textmessage = [AVIMTextMessage messageWithText:content attributes:attributes];
[conversation sendMessage:textmessage option:option callback:^(BOOL succeeded, NSError * _Nullable error) 这样配置怎么没有推送啊,随着发消息一起发出去
-
创建时间
17年12月19日
-
最后回复
17年12月19日
-
2
回复
-
1.1K
浏览
-
2
用户
-
2
链接