简体   繁体   English

注册推送通知时遇到错误,请再试一次

[英]an error was encountered registering for push notifications please try again

I am using ARC Welder 我正在使用ARC Welder
I am trying to install an app that uses push notifications. 我正在尝试安装使用推送通知的应用。

It gives me this error. 它给了我这个错误。

An error was encountered registering for push notifications please try again

This is the app I am trying to run. 这是我试图运行的应用程序。 https://play.google.com/store/apps/details?id=com.notafy.notafy&hl=en https://play.google.com/store/apps/details?id=com.notafy.notafy&hl=en

I guess this might be some thing I need to install or add to have notifications working. 我想这可能是我需要安装或添加以使通知正常工作的一些事情。

This app probably uses Google Cloud Messaging (GCM) for push notifications. 此应用可能会使用Google Cloud Messaging (GCM)进行推送通知。

ARC Welder does not contain Google Play Services, which is a requisite for using GCM. ARC Welder不包含Google Play服务,这是使用GCM的必备条件。 Because of that, the app lacks an integral part of itself. 因此,应用程序缺乏自身不可或缺的一部分。 A good idea for the developer would be some homebrew mechanism for getting notifications (not push) to be used when the platform does not have Play Services. 开发人员的一个好主意是在平台没有Play服务时使用一些自制机制来获取通知(不推送)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM