Bug in MKMapItem.openMaps method on iOS 13

What type of feedback are you reporting?

Incorrect/Unexpected Behavior


Description:

When I try to make a route to a location by using MKMapItem.openMaps while my apple maps application is uninstalled, iOS makes two alert views with a message "Restore "Maps"" instead of one. This bug exists on iOS 13, but on iOS 12 it works good.


My solution:

If try to open maps appliation by using UIApplication.shared.open(url) it works fine.



Replies

I'm experiencing the same issue. The alert is shown even three times. Two times it flashes immediately and one more time it appears on top of AppStore if you choose `Show in App Store`.