RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

android app don't has notifications #63

Closed uwittygit closed 8 years ago

uwittygit commented 8 years ago

HI, I followed the official document to build the android APP, but there is no notifications when received a new message ,any hints?

uwittygit commented 8 years ago

the official app from google play has notifications . but my app didn't. why was that? is there any dfferent configuration?

graywolf336 commented 8 years ago

The official app uses a push notification gateway which requires the official application to be installed. If you want push notifications, then you're going to have to set that up yourself.

valessiobrito commented 8 years ago

@graywolf336 Where is it? How to do?