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

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -