You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting a wink emoji in the readme and not respecting the hint myself is some kind of next-level smug. isInstalled() short circuits to true if querying for Apple Maps. How can I check that though? UIApplication.shared.canOpenURL() seems to report true for maps:// and http://maps.apple.com/?q=[...] even if Maps.app is "removed" (as in disabled) from a user's device.
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.
application.canOpenUrl(URL(string: "maps://")!) still returns true
when you actually try to open that url, theres a system alert asking you to redownload maps from the appstore (the open fails but user can retry once theyve downloaded maps)
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: