-
Notifications
You must be signed in to change notification settings - Fork 13
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
handle uninstalled Apple Maps #3
Comments
Apple commented on the radar and asked to test again w/ iOS 11. Interestingly enough the (beta) simulators don't allow the removal of the maps app anymore. Haven't tried it on device yet. |
Thanks for the awesome work! Any progress on this? I can still remove Apple Maps on iOS13 |
For anyone interested:
|
Hey @pteasima, thanks for the kind words and info! But judging by your comments it seems iOS' behavior is still very much not ideal. At least there's a dialog 🤷 |
Putting a wink emoji in the readme and not respecting the hint myself is some kind of next-level smug.
isInstalled()
short circuits totrue
if querying for Apple Maps. How can I check that though?UIApplication.shared.canOpenURL()
seems to reporttrue
formaps://
andhttp://maps.apple.com/?q=[...]
even if Maps.app is "removed" (as in disabled) from a user's device.See 📡 rdar://31680034
The text was updated successfully, but these errors were encountered: