Help centre
Answer
Are PWAs in the App Store?
Short answer
PWAs are not in the App Store or Play Store by default — they install directly from the browser. If you want store presence, PWABuilder (from Microsoft) packages a PWA into a Trusted Web Activity for Google Play, an MSIX for Microsoft Store, and a WKWebView wrapper you can submit to Apple.
By InstantPWA engineering·Reviewed July 7, 2026
The install surfaces available today
Chrome, Edge, Samsung Internet, Brave and Safari (via Share Sheet) all install PWAs directly from the page. Distribution happens on your site.
When store distribution matters
Consumer apps where users still search the App Store first. B2B tools rarely need it.
The trade-off
Store distribution means review cycles, store fees for in-app purchase, and slower updates. Direct install skips all of that.
Sources
Related
What is a PWA?
A PWA (Progressive Web App) is a regular website that meets three technical criteria — HTTPS, a Web App Manifest and a service worker — so browsers let visitors install it on their home screen. Once installed, it launches like a native app, works offline and can send push notifications.
PWA vs native app: what does each cost?
Building a PWA typically costs 30-50% of an equivalent native iOS + Android app because you ship one codebase to three platforms (iOS, Android, desktop). Maintenance is roughly one-fifth: no app-store review, no separate release trains, no platform-version fragmentation.