Gerson Janhuel a créé une publication,
I experienced a strange behaviour with "CKItemsBrowserDelegate" protocol. The method ... -(void) itemsBrowser:(CKItemsBrowser*)browser didAddCacheItems:(NSArray*)newItems atIndexes:(NSIndexSet*)in...
Gerson Janhuel a ajouté un commentaire,
My goal is simple, just to accept contact invitation from other contact
Gerson Janhuel a ajouté un commentaire,
I'm aware of that API... How to use them ? since they only return single "invitation" object....
Gerson Janhuel a créé une publication,
How to list all my pending contact Invitations ? I cant find any API in the iOS SDK... please help :)
Gerson Janhuel a ajouté un commentaire,
Solved this : - convert the Room into Peer. - use conversationManager to find Conversation by Peer JID - then mute the Conversation
Gerson Janhuel a créé une publication,
Hi guys, I'm using iOS SDK... actually I can disable "personal" chat notification. But I can't find any API to disable notif for a Room. Have anybody done it yet ?