Hey everyone,
- SDK 25
- Nexus 5x (standalone)
- Genymotion Simulator (Expo)
- works correctly on iOS (both canOpenURL and openURL)
What I’m trying to accomplish:
- check if app is installed
- open app
Despite the app being on the phone, Android will return false. I have tried with this with OTHER apps as well. Android says false.
I’m assuming canOpenURL
is the culprit not openURL
.
Any help would be appreciated!
Thanks!