Android Question B4A 6.3 and Google Maps Issue [Solved]

Anser

Well-Known Member
Licensed User
Longtime User
Hi,

My app that use Google Maps in one of my activities which was working fine on B4A 6 is not working anymore. There is no error, but the Map does not display anything, it just shows Google on the bottom left corner.

Here is the screenshot
GoogleMap.png


Is there any change in the new B4A ver 6.3 in regards with Google Maps ?

I pull few records from a Remote MySQL Table and fills the Google Map. My old apk compiled using v6 is working fine.

Any advice will be appreciated.

Regards
Anser
 

Anser

Well-Known Member
Licensed User
Longtime User
I uninstalled B4A 6.3 and tried with B4A 6. Unfortunately the same issue of Whitemap, so ruled out the doubt about the B4A version.

The Google Maps available on the previous version of my app is working fine, so nothing wrong with the API key etc.

As per Erel's instruction I rechecked the Google Maps instructions, everything is as per the instruction, I couldn't find any difference.

FCM MEssages are working fine.

Can anyone give me a push in the right direction. Is there anyway to debug and find out where exactly it is failing ? Any log or anything like that
 
Upvote 0

Anser

Well-Known Member
Licensed User
Longtime User
Issue resolved.

I am really stupid. The Private Sign Key of the project was pointing to a wrong one and that was the cause for the White Google Map.

Sorry for the confusion.
 
Upvote 0
Top