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.