Appcelerator Android GCM without Appcelerator Cloud Service

212 views Asked by At

I'm developing an application on Appcelerator Platform. In my android version I want to enable push notifications but I don't want to use Appcelerator Cloud Service. Could this be done using only Google Cloud Messaging?

Thanks,

2

There are 2 answers

0
Ibrahim MESLEM On

ofcourse you can, the module bellow works fine

https://github.com/hansemannn/titanium-firebase-cloud-messaging

2
Soumya On

Yes, you can very well use GCM without using ACS. ACS is a service offered by Appcelerator and you may/may not choose to accept it. If using GCM, then you need to use modules to work with it.