-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS redirect does not work #5
Comments
UPDATE:
|
Hi @roumenh, thanks for reporting this! I see the problem with appstore ID lookup - didn't expect it to behave like that. I can fix this by adding an optional parameter for the appstore ID, what do you think? The iOS redirection logic comes after all of the device logic, so if the device decided to open the application with the deeplink, it will do that before the script in |
@jauntybrain Thank you Pavel for your reply. I will then test the iOS redirection. |
@jauntybrain Any updates on this, we ave the same problem, because our app in available only in canada.\ This is a show stopper to use the extension for now, but as soon this will be fixed, we will use it for sure. Very good documentation! |
Hello. Any updates? |
We use this in production and had to set one country for iOS. Our links stopped working |
Hello, did anyone find a solution? |
Hello,
first of all, big thanks for this extension!
I work with app that has both native (iOS and Android) implementation, and I was experimenting with your extension.
The Android part works just fine. I was briefly testing iOS part now, just to see if the redirect to AppStore will work, but once redirected to AppStore, it throws error.
If I emulate being iPhone in the browser and I open the source code, it feels like the iOS part is missing. There is only redirect to https://apps.apple.com/us/app/ but without any ID. I supplied ios Bundle in the settings.
The source code I see is:
Thank you for your reply! :) Roman
The text was updated successfully, but these errors were encountered: