Skip to content
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

AppLinkEntry support #21

Open
edgarfgp opened this issue Jun 21, 2022 · 4 comments
Open

AppLinkEntry support #21

edgarfgp opened this issue Jun 21, 2022 · 4 comments

Comments

@edgarfgp
Copy link
Member

I propose we add support for AppLinkEntry :

This will enable scenarios like :

    Application(...)
        .onAppLinkReceived(NavigateDeepInAppMsg)
        .appLinks {
            AppLink(...)
            AppLink(...)
        }
@twop
Copy link

twop commented Jun 21, 2022

I love the idea, could you elaborate a bit how it will look like in code e2e?

@edgarfgp
Copy link
Member Author

edgarfgp commented Jun 21, 2022

I love the idea, could you elaborate a bit how it will look like in code e2e?

  • User receives an email in his/her phone where there is a universal link
  • User press the link and it is taken to the app (Deep link) if the app is installed in the device if not a normal fallback is to take then to the stores so they can download the app

With this functionality we can select which page we want to take the user to .

@edgarfgp
Copy link
Member Author

I love the idea, could you elaborate a bit how it will look like in code e2e?

Notice you said in code 😅. Will try and elaborate tomorrow

@edgarfgp
Copy link
Member Author

I found a way to test this in a simulator https://stackoverflow.com/questions/46670298/pass-deep-link-into-ios-simulator

@TimLariviere TimLariviere transferred this issue from fabulous-dev/Fabulous Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants