Apple grants web apps deeper Home Screen privileges with Progressive App Tokens

Tech · 3 min read

Apple grants web apps deeper Home Screen privileges with Progressive App Tokens

In a move to ease distribution friction for web-first teams, Apple has introduced Progressive App Tokens that let hosted web apps request granular Home Screen privileges. These tokens can grant access to background fetch, push notifications, and limited hardware features when users add the app to their Home Screen.

Tokens are issued via a reviewless, scoped permission flow and are tied to a domain plus a JSON Web Key; Apple emphasizes user consent and per-token revocation via Settings. The tokens are constrained by privacy rules — no background camera or microphone access is allowed without explicit App Store review and native packaging.

Designers and product teams can now treat certain web experiences as near-native without committing to the App Store cycle. Apple recommends progressive enhancement patterns and provides a plug-in for Safari Web Inspector to audit token use and resource impact.