Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickblox iOS - Block User #39

Closed
vandanaagile opened this issue Dec 24, 2014 · 6 comments
Closed

Quickblox iOS - Block User #39

vandanaagile opened this issue Dec 24, 2014 · 6 comments

Comments

@vandanaagile
Copy link

Does Quickblox provides user block functionality ?

Thanks

@soulfly
Copy link
Contributor

soulfly commented Dec 24, 2014

@soulfly soulfly closed this as completed Dec 24, 2014
@vandanaagile
Copy link
Author

thank you soulfully , we will try.

@hiteshtrivedi
Copy link

Hi,
I am not able to add block multiple users in 1-1 private chat.
Can you please suggest what to do.

This is my code

let strUserID = String(qbFriendID)
let item: QBPrivacyItem = QBPrivacyItem(type: USER_ID, valueForType: qbFriendID, action: DENY)
let list: QBPrivacyList = QBPrivacyList(name: strUserID, items: [item])
QBChat.instance().addDelegate(self)
QBChat.instance().setPrivacyList(list)
QBChat.instance().setDefaultPrivacyListWithName(strUserID)

@hiteshtrivedi
Copy link

Hi
How to resolve this issue.
"Can not modify list while being in use by other session"

@Raikerian
Copy link

@hiteshtrivedi

Please create a separate issue and attach full logs using gist.github.com

@ajay2c9
Copy link

ajay2c9 commented Nov 18, 2016

Hi,
I have multiple users in the privacy list with action: DENY. How to update the status of single user in the privacy list action: Allow .otherwise how to remove the user from privacy list and updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants