I have an app in which i have to use deeplink and deferred deep link. I'm able to debug deeplink in my app but how to debug deferred deeplink in my iOS app.
How would i know what value I'm getting in launchoptions when freshly installing the app from appstore and how can i debug deferred deep link while in development ?
Is it possible to debug deferred deep link in development without making it to appstore?
According to Branch.io, which we use a lot, you can manually replicate the process without the App Store. When they say "Branch link" just use your own link:
Deferred deep linking is simply deep linking into an app that is not yet installed. Once the app is installed, the context is preserved and the user's first app-open will have the deep link data from the original Branch link. To test this, uninstall the app from your device, click the Branch link, and manually launch the app from Xcode. You should be routed to the correct content within your app.