Mobile Native - Map not appearing?

Anyone else experiencing an issue with Maps (I’m only testing on iOS)?

The map shows up perfectly in the editor, but in preview, and BubbleGo, the map isn’t visible. I’ve ticked ‘Always use Apple Maps on iOS’ and also added my Google Maps iOS SDK API Key (just in-case that was the issue) - but still not working?

I’m not asking the map to display the user’s location (so location permissions shouldn’t matter, however, I’ve approved them anyway through a workflow at login). It just shows a static location from the DB.

Thoughts??

2 Likes

Hey dc12,
I do have the same issue here. Have you solved the problem? Thanks :slight_smile:

Hey guys!

So the documentation on Native Maps definitely needs an update @nick.carroll . But here’s what should fix it for you:

Make sure the Google Maps for IOS and Google Maps for Android API’s are enabled in your Google Console.

Make sure your Key Application restrictions are not just set to “Website” - this is probably the issue you are both running into:

This did not fix the issue for me. When I use the mobile native debugger it says everything is normal, however, I cannot see the map when testing. The map element is only visible in the editor.