iphone - Quickblox, chat room does not sends push notification -
i created chat room in quickblox, when sends message chatroom offline users not push notification.
to send message :
[[qbchat instance] sendmessage:@"hey! did see last liverpool match?" toroom:liverpoolfansroom];
is there doing wrong or not enabled on quickbolx server sends notification on chatroom's offline users.
thanx
push messages not sends automatically. if know recipient user's id can send push message manually - should call method provided below:
[qbmessages tsendpushwithtext:@"text" tousers:(int)userid delegate:nil];
Comments
Post a Comment