Kanela Posted November 5, 2018 Share Posted November 5, 2018 I am trying to create a web push notification for my instant game. Can I use serviceWorker with fbinstant? When I try to create the subcription for my worker, I have this message: * DOMException: Registration failed - permission denied postdata: subcription example: subscription = await register.pushManager.subscribe({ userVisibleOnly: true, applicationServerKey: urlBase64ToUint8Array(publicVapidKey) }); Quote Link to comment Share on other sites More sharing options...
Reggis Posted November 19, 2018 Share Posted November 19, 2018 AFAIK - no, you can't. Not all of the clients can handle with serviceWorkers, so support for it is disabled in IG. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.