Use Case: We have an iOS Application we deliver to the Apple App Store for standard users. In it, we have built in deep linking that works when downloaded from the store. For internal testing/QA, we want to use our Enterprise license and make the app available via a download page on our internal infrastructure and be able to deep link within it.
Question: Is there a way to pass the same deep link data in the URL to the Enterprise app we download from our internal web? Has anyone successfully implemented deep linking within an Enterprise app when downloading from the web?
Problem to overcome: Just thinking out loud, the download link for an iOS Enterprise app has to point to a .PLIST file. The .PLIST houses a static URL which is the location of the .IPA. How would I pass the deep link data to the .PLIST and from there, to the app? Actually appending the data to the .PLIST URL is not the issue, but more so passing it from the .PLIST to the app.
Note: We don't want to use Test Flight for internal QA of lower environment builds. Yes, deep linking works intermittently but the larger problem is user management with Apple. And since everyone we want to have access is internal to the company, Enterprise use is valid here.