SWE
SWE

Reputation: 485

Appcelerator Android GCM without Appcelerator Cloud Service

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,

Upvotes: 2

Views: 199

Answers (2)

Ibrahim MESLEM
Ibrahim MESLEM

Reputation: 116

ofcourse you can, the module bellow works fine

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

Upvotes: 0

Soumya
Soumya

Reputation: 1420

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.

Upvotes: 0

Related Questions