Request access to the private Apple entitlement for Chromium PWAs: com.apple.developer.associated-domains.applinks.read-write
See original GitHub issueAs of Chromium 80, there is a private Apple entitlement that is used for PWA support. It caused us trouble when signing Chromium 80 last week, and we added this patch as a workaround for the short term to remove the entitlement. The Chromium team pointed out that they announced this in the Chromium Embedders google group(which many of us are now members of.)
To properly add support for this, we need to contact Apple and request to be whitelisted for the com.apple.developer.associated-domains.applinks.read-write
entitlement.
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (14 by maintainers)
Top Results From Across the Web
Associated Domains Entitlement - Apple Developer
Specifies that only devices in developer mode can access the domain. In this mode, you can use any valid SSL certificate on your...
Read more >Supporting associated domains - Apple Developer
To associate a website with your app, you need to have the associated domain file on your website and the appropriate entitlement in...
Read more >Granting full-disk access to my sandboxed app not working
I'm experimenting with full-disk access to my app and can't make it working. Here is list of steps I did: Sandbox is turned...
Read more >com.apple.developer.associated-domains.applinks.read-write
A Boolean value that indicates whether an app can send or receive IP multicast traffic. ... The entitlement developers need to use the...
Read more >Configuring an associated domain - Apple Developer
To create such an association, you configure your app with the necessary entitlements by using Xcode to define associated domains, and then serve...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kjozwiak haven’t tested PKG but your report looks good.
Requested access to this entitlement via an Apple Developer portal TSI (Technical Support request), waiting to hear back from them.