Home > Blockchain >  I cannot show the google maps on iOS when I used the flutter to development
I cannot show the google maps on iOS when I used the flutter to development

Time:05-29

I cannot show the google maps on iOS when I used the flutter to development.

I don't know why it cannot show it, but can show marker icon....

the function can running in Android, but cannot running in iOS

enter image description here

CodePudding user response:

Your API key must persist the properties for using the iOS platform. So by enabling Maps SDK for iOS platform shall work. Also check your installed XCode and target sdk version, it must be higher that 12.0

Here is the documentation link

  • Related