I have universal links setup with an associated-domains applinks:MyLocalDevServer?mode=developer set in my entitlements.
My debug local device is opening for the universal links. And when the Universal Links "small" banner displays it does open my local debug build.
But I can't get the Smart App Banner to open the local build.
This is probably due to the meta tag having the APP Store ID for app-id:
<meta name="apple-itunes-app" content="app-id=363590051, app-argument=https://my-domain.com/extraUsefulInfo">
For local development is there a way I can set this up correctly to open my local build? I am testing using the app-arugment to pass extra information.