meteor cordova app push notifications (FCM/GCM)

余生颓废 提交于 2019-12-12 04:53:34

问题


I tried to implement push notifications mainly for the hybrid android app I build with meteor. Tried the raix:push atmosphere package one will easily find on google as first reference on google. After it seemed not to work we also tried OneSignal as a complete solution.

In the end I tried to set up FCM without any wrapper around it. And then I realized that google play services is required in order to use FCM at all.

Now our Question is:

We have an App which we won't distribute via Google Play Store. Is it still possible to use Google Play Services to use push notifications (FCM/GCM) ?

Any further hints and explanations are welcome.

best regards

来源:https://stackoverflow.com/questions/46019357/meteor-cordova-app-push-notifications-fcm-gcm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!