question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request access to the private Apple entitlement for Chromium PWAs: com.apple.developer.associated-domains.applinks.read-write

See original GitHub issue

As 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:closed
  • Created 4 years ago
  • Comments:18 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
mihaiplesacommented, Jan 27, 2021

@kjozwiak haven’t tested PKG but your report looks good.

1reaction
mbacchicommented, Feb 11, 2020

Requested access to this entitlement via an Apple Developer portal TSI (Technical Support request), waiting to hear back from them.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found