avioli / uni_links

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

Cannot catch link when the link is opened by scanning a QR code #77

Open brijeshk89 opened 4 years ago

brijeshk89 commented 4 years ago

Hello,

I have created a custom link and linked it to my app. It works fine when I open the link by clicking on the link directly i.e. if it opens via browser.

However I made a QR code which has my link and when I scan that QR code with the Camera app on iPhone it asks to open my app, the app opens but I do not know how do I catch that event that the app was opened by the link.

Looking forward to a response.