-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add capability to open app or redirect to AppStore #72
Comments
Thanks for the ticket @victorjspinto! Interesting proposition. During the creation of Few things for you to consider when submitting the PR:
|
If we need a breaking change, we could also bump to |
Hello @victorjspinto , @ain |
Is it possible to know if the app is installed and say open instead of view ? |
@cAstraea currently not, but as you see from the above exchange, @victorjspinto had a rough idea how this could be implemented for iOS. I'd be more than glad to work on a Pull Request if some of you can jump start the work needed. |
Hi @ain It is currently possible to detect if is app installed then redirect to it or its planning to implement it? |
Hello!!
Nice project that you have here!
I would like to improve this project with a simple snipet that detect that app is already installed and redirect to it or app wans't installed and redirect to app store.
It could improve the user experience =D
Here are the proposal:
iOS
When smartbanner opens on iOS, the following snippet may apply:
Android
On android, we can use something called Intent Links. Here is a post with better explanation.
We can define some metas with data needed and i can made an PullRequest =)
Hope i can help :)
The text was updated successfully, but these errors were encountered: