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

App not opening in Android (Play store opening instead) #29

Open
chefk5 opened this issue Nov 16, 2021 · 2 comments
Open

App not opening in Android (Play store opening instead) #29

chefk5 opened this issue Nov 16, 2021 · 2 comments

Comments

@chefk5
Copy link

chefk5 commented Nov 16, 2021

In IOS everything works, I am able to open the app and it if doesn’t exist AppStore opens. But in android, only the play store opens even when the app I want to open is installed. Any idea?

@t33eee
Copy link

t33eee commented Nov 25, 2022

Please were you able to fix this, i'm having same issue.

@chefk5
Copy link
Author

chefk5 commented Nov 26, 2022

I don't remember what I did exactly, but the function that is used is like this:

const funcName = () => { AppLink.maybeOpenURL( Platform.OS === 'ios' ? 'com.appios.app://' : 'com.appandroid.app://', { appName: 'appName', appStoreId: 00000000, playStoreId: 'com.appandroid.app, }, ); };

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