【发布时间】:2017-02-02 16:12:50
【问题描述】:
我有一个使用 azure 存储的静态网站:
https://helloweb.blob.core.windows.net/content/index.html
我需要在 onesiganl 应用设置中配置的域是什么:
网站网址:https://helloweb.blob.core.windows.net
默认通知图标 URL: https://helloweb.blob.core.windows.net/content/icon.png
我的 manifest.json:
{
"name": "Hello Web",
"short_name": "Helloweb",
"start_url": "/content/index.html",
"display": "standalone",
"gcm_sender_id": "482941778795"
}
I can't see any user at onesignal users page.
【问题讨论】:
-
您能否详细解释一下您希望从哪里触发通知事件等的通知类型?
-
网络推送通知。 helloweb.blob.core.windows.net/content/index.html 是我想要接收通知的地方。
-
您是否按照 onesignal 网络推送设置中的步骤进行操作? GCM 也适用于 android,对于 web,你有类似“safari_web_id”的东西。您共享的网址也未打开(也许您只是为了说明目的而将其放入,实际网址不同)
-
看起来你已经修好了。我可以看到 hello 页面以及右下角的通知。
标签: azure azure-blob-storage onesignal