Do Universal Links work with local dev?

Is it possible to configure local development to have Universal Links open up in the expo app on IOS? Our company uses magic links to sign in to our application so we need the ability to open straight into the expo app from an external link.

We have tested and confirmed that deep links will work here but were unsuccessful in getting universal links to work outside of prod/standalone builds.

SDK Version: 42
Platforms: IOS

Hey @johngarcia9110, universal links won’t work with the official Expo Go app (the one from the Play Store/App Store) but you could leverage an Expo Dev Client to handle this workflow. Introduction - Expo Documentation

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