jauntybrain / flow-links-extension

A Firebase Extension offering a powerful alternative to Dynamic Links. Automatic setup, easy management and tons of features - all for free.
https://flowlinks.app/
30 stars 3 forks source link

Persist link app installation #2

Closed blazo121 closed 7 months ago

blazo121 commented 8 months ago

Hi

I setup flow links and link doesn't persist app installation.

jauntybrain commented 8 months ago

Hi! Could you please tell me more about the problem? I'll be glad to help you solve it!

blazo121 commented 8 months ago

I'm trying to replace firebase dynamic link with flow links.

Flow links works:

but not working:

I'm refering to flow when app is not installed https://mobikul.com/wp-content/uploads/2022/08/firebase_dynamic_link.png

jauntybrain commented 8 months ago

I see -- you are referring to deferred links. Unfortunately, due to platform restrictions from Apple, deferred links have become nearly impossible to implement without collecting sensitive user information. These and other limitations are one of the main reasons for Firebase shutting down Dynamic Links.

With that said, FlowLinks, unfortunately, currently don't support deferred links. However, I am exploring different options and will be sure to make an update if I come up with a good implementation!

blazo121 commented 8 months ago

Thank you for your response. Do you have any estimate of when this feature might be available?

YoungrakSon commented 7 months ago

I see -- you are referring to deferred links. Unfortunately, due to platform restrictions from Apple, deferred links have become nearly impossible to implement without collecting sensitive user information. These and other limitations are one of the main reasons for Firebase shutting down Dynamic Links.

With that said, FlowLinks, unfortunately, currently don't support deferred links. However, I am exploring different options and will be sure to make an update if I come up with a good implementation!

Bro Thank you for your contribution I love it I think I can go with everything simple without deferred deep link. apple sucks though

jauntybrain commented 7 months ago

Thank you for your response. Do you have any estimate of when this feature might be available?

Cannot say for sure for iOS, as it fully depends on Apple.

For Android, a frontend Google Play Install Referrer API exists, which can help you send data from GooglePlay to the newly installed application.

Closing this issue until further development.