问题描述
[[EaseMob sharedInstance].chatManager asyncIgnoreGroupPushNotification:self.group.groupId isIgnore:ignore completion:^(NSArray *ignoreGroupsList, EMError *error) {使用这个方法设置是否推送 然后 使用下面这个方法获取数据 [[EaseMob sharedInstance].chatManager asyncFetchGroupInfo:self.group.groupId completion:^(EMGroup *group, EMError *error) { 那么刚设置完都是对的,但是刷新重启了几次以后,就变了,但是再刷几次又对了,
解决方案
您监测一下在您的项目中这两个方法的执行顺序。
时间: 2024-10-16 05:45:41