使用服务工作者调试移动推送通知

时间:2016-11-15 20:10:55

标签: android push-notification service-worker

我正在尝试向仅使用浏览器的移动用户实施推送通知(没有专用的移动应用)。使用service-worker可以做到这一点: https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web

问题在于我无法测试它。 service-worker需要https或localhost。我没有https也没有域名,所以我只有localhost。

我试图在我的android中设置hosts文件,所以我的ip将由localhost指向 - 但我没有root访问权限,所以我无法更改hosts文件。

我尝试使用模拟器 - 但“localhost”是本地设备。容器机器是10.0.2.2。

所以我的问题是 - 如何使用service-worker localy测试推送通知?

1 个答案:

答案 0 :(得分:3)

GitHub Pages上托管您的信息页。它免费且易于使用,并为您的测试提供HTTPS域。干杯!