(iOS) Universal Links not working only when built from command line

Please provide the following:

  1. SDK Version: 45.0
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

When building and running my app with expo run:ios, dynamic links do not work.

My config doesn’t seem to have any issues, because if I open the .xcworkspace directly, and then build the app after choosing a development team, dynamic links do work with the version built with xcode. The correct associated domain can be seen in xcode as well. Also, I’ve made sure my app in the app store has Associated Domains enabled.

Not sure what the deal is. Is there any reason dynamic links wouldn’t work from the command line while they do work when building with XCode?

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