I have the following problem:
I use the map component to show in an app a simple map centered on the current location with a star-shaped marker.
Everything works correctly in live test mode on both Android and Iphone, but when I run the same code in compiled form, it displays the Thunkable splash screen and the app crashes instead of the map.
I’ve obviously entered the Google Maps API correctly for the compiled version, but I don’t see any requests coming in towards Google Cloud and the smartphone doesn’t request permission to use the location, which it does when I go into live-test emulation. This makes me think that the compiled application crashes before making the call to the Google Maps API.
Tried on several Android phones of different brands. Same result.
Is there anyone who has encountered the same problem and has a solution?
I also tried the simplest possible app, putting a map in the center of the screen and that’s it.
I tagged the test app as “public”, so anyone can open and check:
https://x.thunkable.com/projectPage/644bc6fdcde67daf85b5e831
Side Note: this problem happen only for apps edited with the newest DnD interface, apps created into the “old” user interface work perfectly even compiled.
Here the URL of the same app edited in the old environment
https://x.thunkable.com/projectPage/613b992236c4f30010599a6e
Thank you.
Pierluigi