Skip to content

Instantly share code, notes, and snippets.

@below
Created May 12, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save below/3c025aece689d25fe9c586e09b5910d1 to your computer and use it in GitHub Desktop.
Save below/3c025aece689d25fe9c586e09b5910d1 to your computer and use it in GitHub Desktop.
So my universal URLs are not working.
In order to track down the problem, I checked the embedded.mobileprovision file. And here I find:
<key>Entitlements</key>
<dict>
<!-- stuff -
<key>com.apple.developer.associated-domains</key>
<string>*</string>
<!-- more stuff -->
</dict>
This does not seem correct. My entitlements file, and the generated xcent file contain the correct items:
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:example.com</string>
</array>
However, codesigning just strips that away.
Is this the expected behavior for debug builds? Or am I doing it wrong?
@ricardopereira
Copy link

@below Did you got any answer about this? I'm facing the same problem right now and I don't know if it's a web or app problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment