Safari on Mobile (iOS / iPadOS)
Step-by-step guide to enabling Web Push for Safari web browser on Mobile iOS/iPadOS devices
Requirements
Step 1: Create & Expose the Web App Manifest
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Example",
"display": "standalone",
"icons": [
{
"src": "https://example.com/images/logo-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}Step 2: Test
Step 3 (Optional): Direct Visitors to Add Your Website to Their Home Screen

FAQ / Debugging
Site Opening in Browser Instead of Standalone
No 2-Step Prompt Being Shown
Last updated