-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Missing apps: Doesn't detect all installed apps #279
Comments
Hi there - just to confirm, could you double check you've recompiled the app after adding the app.json config? |
Hi, yes, if I check
I'm checking this by running a preview build on iOS device via the Expo Go app. Could this be the reason? But than again, how does it detect Waze. Also, on Android it works fine - it detects almost all apps (except Maps.me). |
Oh I see! The Expo Go app has it's own whitelist of applications - which does include Waze, but none of the others: |
Ohh, I had no idea. So just to confirm, to really test the lib I'll need Apple's Dev account and install the app directly on the device, right? Since on the Simulator there's no App Store so can't install any navigation apps. |
Yes, correct! Unfortunately that's the only way I'm aware of for Apple devices. |
@tschoffelen Any idea why maps.me doesn't show up on Android? All other apps show up as expected. Tested on two different Android devices. EDIT: related issue? |
I'm testing this library and I've noticed it doesn't detect all available apps. I've followed the managed expo workflow guide.
On my phone (iOS) I have following apps installed:
However, the lib only detects Apple Maps and Waze. (and Google Maps if
alwaysIncludeGoogle
istrue
).This is my code:
Screenshot
![image](https://private-user-images.githubusercontent.com/50321640/318081516-800adadf-ade8-4022-863a-52ac22d94a29.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzU2NzYsIm5iZiI6MTczOTQ3NTM3NiwicGF0aCI6Ii81MDMyMTY0MC8zMTgwODE1MTYtODAwYWRhZGYtYWRlOC00MDIyLTg2M2EtNTJhYzIyZDk0YTI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE5MzYxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEyODVkNzUzZTg2ZDUxMDNmNmZlZmUxNmM0Zjc5ZWFkMDdkYTg1NGZmZGEwOWIwZmYzOWYyYjdmMGRiYTYzYjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ad0d4QRw-eFb8vzrHQuJQUhGwLSprXyT7sUcHuyVKMQ)
The text was updated successfully, but these errors were encountered: