Closed GerardoBase closed 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.
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.
@GerardoBase, I just released a new version (0.1.4) that should resolve this issue.
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 upredirectToStore
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/";