InstantPWA on Safari
Safari never fires beforeinstallprompt — instead InstantPWA renders a native-feeling share-sheet walkthrough that shows visitors exactly where to tap. On iOS 16.4+ we also enable web push after install.
iOS 16.4+ push. Guided add-to-home-screen on all versions.
How to set it up
- 1
Copy the one-line snippet
Sign in, open your widget, and copy the <script> tag from the Install tab. It's under 15 KB gzipped and loads asynchronously.
- 2
Paste it before </body>
Drop it into your site template. No build step, no framework wiring — it works with any HTML page served over HTTPS.
- 3
Publish and verify
Reload the site, open the widget on any device, and check the analytics tab. Installs and dismissals appear in real time.
FAQ
Does Safari support install prompts?+
No — Apple does not fire beforeinstallprompt. We show a branded walkthrough that mimics native affordances instead.
Does web push work on iPhone?+
Yes, from iOS 16.4 upward, but only after the user installs the site to their home screen.