Reputation: 399
I am developing a mobile using Sencha touch and phonegap. As per my requirement, I need to implement push notification without using Google Cloud Message Service (GCMS) for android devices and Apple Push Notification Service (APNS) for iOS device.
I have gone through pushwoosh plugin and push plugin to implement feature. But these plugins are using GCMS for android and APNS for iOS.
Question: How to implement push notification without using GCMS and APNS. It could be more helpful if I get some information to know how to implement the same from server side also.
Upvotes: 1
Views: 1204
Reputation: 23883
You can't and impossible. You still need APNS and GCM in other to make your push notification works.
Upvotes: 1