Associated domains ignored when building IPA

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): iOS

I’m trying to make universal linking work on iOS, but it keeps failing (tested via link in notes, which just opens the website). I have Associated Domains added in the apple dev console. Removed profiles. New ones were created when building again. And I added the associatedDomains key in the app.json file.

app.json: expo.ios.associatedDomains: [“applinks:mydomain.com”]

In the resulting IPA (file embedded.mobileprovision) the section of the entitlements states:

<key>com.apple.developer.associated-domains</key>
<string>*</string>

Same for expo build and eas build.

AASA is uploaded and validated by branch validation tool.

I’m pretty much lost :confused: Please help me here!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.