We've run into an issue with our app that's released to the app store. We have enabled universal links and on the internal builds all of them worked just fine; the app that is released however isn't offered from Safari.
The apple-app-site-association file is here: https://www.dailymotion.com/apple-app-site-association and validates fine. I also checked the device logs after installation/running the app and no errors related to this file show up.
The reason the title mentions team and app ID prefix is this: In our enterprise certificate both team ID and app ID prefix match and there everything is working fine but in case of the live application, the two are different. I know from here https://developer.apple.com/library/ios/qa/qa1879/_index.html that "The App ID Prefix is sometimes equal to the Team ID, but it isn't always the case." but after also updating the site association file to try both variants with no success, this is the only explanation I have left.
Does anyone have this enabled where the two aren't the same and it is working?