mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 116 forks source link

'Restore Apple maps' pop up twice when Apple maps is not installed on device. #91

Closed alvindrakes closed 2 years ago

alvindrakes commented 2 years ago

When Apple maps is not installed on the device and the map_launcher is trying to open it, the 'restore Apple maps' pop up will appear twice in a row.

is this intended?

image

daivph commented 2 years ago

me too

e-papa commented 2 years ago

Might be related to https://developer.apple.com/forums/thread/127960 ?

mattermoran commented 2 years ago

Seems to be a bug on the apple side when calling MKMapItem.openInMaps. There still doesn't seem to be a way to check if apple maps have been removed or not so no way to work around this :(