avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Is deferred deep linking from iOS App Store supported? #159

Open simplenotezy opened 1 year ago

simplenotezy commented 1 year ago

I was wondering if deferred deep linking is working with this package when user do not have the app installed, installs it, then opens the app. Is it then still possible to fetch the initial ink?

I don't seem to find much information on it. I know firebase does it, and it has a trick to paste the link somehow, but not sure how/if this package handles deferred deep linking from App Store.

simplenotezy commented 1 year ago

I explained how we managed to get it working: https://constantsolutions.dk/2022/11/deferred-deep-linking-from-app-store-using-universal-links-for-ios-with-flutter/

rvanderlinden commented 1 year ago

https://constantsolutions.dk/2022/11/deferred-deep-linking-from-app-store-using-universal-links-for-ios-with-flutter/

@simplenotezy Thank you for taking the time to answer your own question about deferred deep linking. It helped me out!