I have a question about the time that DeepLink is cached. I created a QR code using the URL generated with Dynamic Link. After reading the QR code with a camera, it is decided whether to open an iOS app or a web page. At this time, a problem occurs when the user executes the following flow.
- A user who does not have the iOS App scans the QR code and opens the WebPage.
- Close the webpage and download the target app from the App Store.
- When you open the downloaded app, the scheme process specified by Dynamic Link runs.
I think the cause is probably that Deep Link processing is cached. How long will this cache remain? Also, is there a way to prevent the app from executing the scheme startup process once the WebPage is opened?
I would appreciate it if you could let me know.