Web push
Web SDK setup, subscription prompts and browser-specific behaviour.
- How do I create a segment to target web push subscribers and exclude mobile app users?
- How to use a custom service worker with the Web Push SDK
- Can I transfer web push subscribers to a new domain?
- How do I correctly update the Web SDK via NPM to ensure subscriptions work?
- How can I prevent the Web Push subscription widget from closing when a user clicks outside of it?
- How do I change the application name displayed in browser notifications?
- How can I add UTM parameters to my web push notification links for Google Analytics tracking?
- How can I move my web subscription prompt to the top of the screen and prevent it from blocking user interaction with my site?
- Can I use Pushwoosh as a secondary Web Push service alongside another provider?
- Which browsers support web push notifications?
- How can I make external links in notifications and in-app messages open in a web browser?
- How do I reconfigure web push notifications if I've lost access to my Firebase project, and what happens to my existing subscribers?
- How do I correctly initialize the Web Push SDK and manage the subscription prompt?
- How do I register a user's phone number for SMS or WhatsApp using the Web SDK?
- How do I configure deep links for my Android app so they open the app instead of a browser?
- How do I trigger the web push subscription prompt from a custom button or link?
- Why are my web push notifications not being delivered, even though the API call seems successful?
- Do I still need to update my Apple certificate for Safari web push notifications?
- How do I register my browser for web push notifications and find its Hardware ID (HWID)?
- How can I display the web push subscription prompt in different languages for my multi-language website?
- How do I control the visibility or disable the web push subscription prompt and the floating subscription widget?
- What are the image icon requirements for web push notifications?
- I'm trying to configure iOS push notifications and need my APNs Auth Key (.p8 file), Key ID, Team ID, and Bundle ID. Where can I find these on the Apple Developer website?
- What is Web Push SDK plugin modularity (introduced in 3.45.0) and how do I update via npm?
- When I tap a push notification with a deep link, it opens the link in a web browser (e.g., Safari) instead of my app. How do I make it open in my app?
- How do I register a device and assign a User ID using the Pushwoosh Web SDK?
- How do I associate an anonymous web push subscriber with their user ID after they log in or register on my website?
- How can I change the text (like title, message, and button labels) of the Pushwoosh Custom Subscription Popup using the Web SDK?
- How can I manually trigger the Pushwoosh Custom Subscription Popup and ensure it allows users to re-subscribe?
- Set up Web push notifications in your test environment