• Hi, I’m using Progressier for the PWA and I have enabled an option “disable push handling” in Progressier to allow PNFPB to handle the push notification, they have a widget that I would like to use for the notification prompt but if it’s enabled it doesn’t subscribe the user to the PNFPB notifications, is there a way to fix that? I tried contacting their support and their reply was “You’ll have to check with that other push solution. What the?Notification Prompt?does is make users authorize notifications for your domain.

    If that other push solution has properly implemented push, they should detect that?Notification.permission?is enabled for the domain and subscribe the user to their push service without needing an extra prompt.

    But I can’t guarantee that your other push solution has in fact implemented this the proper way. The code that subscribes the user to a given push service has to come from that other push service. It wouldn’t be technically possible to build mechanisms for that on our end.”

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Murali

    (@murali-indiacitys)

    PNFPB plugin has separate service worker file pnfpb_icpush_pwa_sw.js as shown in image below, if Progressier has separate service worker file then browser will take only one service worker file at a time. Push notification works based on service worker file. Please check whether Progressier has separate service worker file when push is disabled in Progressier. If it has separate service worker file, then browser will take only one service worker file like if Progressier service worker file is working then browser will not take PNFPB service worker file. If Progressier disables service worker file completely then browser will take PNFPB service worker file for push notification.

    Thread Starter martinmkh

    (@martinmkh)

    it indeed has a separate service worker file, I deleted it and tested the widgets but it doesn’t work, they also have the option to integrate a code snippet into an existing service worker file in this case the PNFPB service worker, I followed the instructions but it still doesn’t work.

    Thread Starter martinmkh

    (@martinmkh)

    What is the PNFPB subscription code?

    Plugin Author Murali

    (@murali-indiacitys)

    PNFPB subscription code is explained in device tokens page bottom.

    Please let me know your site link, i will check console log related to service worker, please contact me in support email mentioned in PNFPB admin settings page (Push settings tab)

    Plugin Author Murali

    (@murali-indiacitys)

    I will also try to use progressier to one of my test site, i will let you know in 1 or 2 days about integration

    Plugin Author Murali

    (@murali-indiacitys)

    I have tried Progressier with PNFPB, ?I am able to integrate progressier with PNFPB plugin to one of my site, I have sent detailed procedure to you in email.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.