mashlol / notify

Notify your devices from the terminal
https://mashlol.github.io/notify/
261 stars 38 forks source link

Does this use GCM? #8

Closed DavidVentura closed 8 years ago

DavidVentura commented 8 years ago

Hi, does this use GCM? If not, could you provide an APK?

mashlol commented 8 years ago

It uses parse, which in turn uses GCM. Not sure why you wanting an APK is dependent on whether or not it uses GCM (don't want it going through Google's servers?), but you can build your own APK from the source code which is published at this repo, or download it from the play store.

DavidVentura commented 8 years ago

I don't have google services on my phone, if this didn't use them, it'd be easier to install if you provided an APK. Given that you are using GCM to push the notifications I can't use it anyway

mashlol commented 8 years ago

Hmm, I believe it will work regardless David, Parse has some logic which should fallback to some other service if GCM is not usable (Parse works on iOS, Amazon devices, etc). According to https://github.com/ParsePlatform/Parse-SDK-Android/issues/35, it will fall back to a special Parse notification service if GCM is not available for use. It might be worth a try!

DavidVentura commented 8 years ago

Awesome, I thought you'd use it for the push notifications. I'll look into this, thanks