An error in running the app in iOS

https://x.thunkable.com/projects/61c2bb8e8317fe001128aa1e/f4158f4a-fb65-4505-b5d2-5260bfd0a6aa/designer

For the link here I am getting this error while testing on iOS
Below is the screenshot when I click on satellite this is what I get. What could be the solution?

Steps I did -

  • Cleared cache of browser (Chrome latest software)
  • Cleared cache of iPhone
  • Restarted the devices
2 Likes

The problem is from the Map component in the page. You need an API key to make it function.

API key is already added.


Please check

I meant the key for Google Map. See this
image

[Edit]
The above is not the only problem with your app but is the source of the crash.

You have other issues such as you are using two different type of variable assignment that do not relate to each other.
This
image
does not equal to this
image

The third issue is that the Latitude and Longitude of the Map component expects a number not a text.

It was working on Android. Default Google map is used without keys. Not working on iOS. Main location is being fetched from this API shown in the image.

1 Like

It shouldn’t work in Android as well as iOS.

Let me check

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.