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