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/
31 stars 8 forks source link

Don't redirect #3

Closed GerardoBase closed 9 months ago

GerardoBase commented 9 months ago

I installed the extension and tried to set up a new link, but the website doesn't redirect to any store. I created the link manually in the Firestore database and another one with the dashboard (It doesn't work in both cases).

I detected the script on the website is: if ("false" == "true") { var result = detect.parse(navigator.userAgent); if (result.os.family === "iOS") { ... Even when I set up redirectToStore true.

Also, the appStoreID is not concat properly on the URL to redirect. It just renders: window.location.href = "https://apps.apple.com/us/app/";

jauntybrain commented 9 months ago

Hi @GerardoBase, thanks for reporting this issue! I will make sure to check it out and push a fix as soon as possible. Will keep you posted.

jauntybrain commented 9 months ago

Hi @GerardoBase! This turned out to be a cache issue, fixing it and releasing a new version very soon. Stay tuned!

P.S. the appStoreID is breaking also due to redirectToStore not being updated correctly, so fixing the latter will fix the former.

jauntybrain commented 9 months ago

@GerardoBase, I just released a new version (0.1.4) that should resolve this issue.