Hi,
since a few hours I try to find out what is wrong with the mapfragment ready event in this simple code:
Activity.RemoveAllViews
Log(CheckForGooglePlayServices)
Activity.LoadLayout("Gmap")
Wait For MapFragment1_Ready
It runs without a problem on a S10e and a S21. But on a Xperia X compact running Android Version 8.0.0
it never gets out of the Wait loop but writes in the mapfragment1 screen: "App has problems with Google-Play-Services.
Please try again" (translated from German). The Debug window stays empty when running in Debug mode.
The standard Google Maps app runs normal on the phone.
Does anyone have an idea what the Google Play Service problem could be?
Thanks a lot,
Christoph
since a few hours I try to find out what is wrong with the mapfragment ready event in this simple code:
Activity.RemoveAllViews
Log(CheckForGooglePlayServices)
Activity.LoadLayout("Gmap")
Wait For MapFragment1_Ready
It runs without a problem on a S10e and a S21. But on a Xperia X compact running Android Version 8.0.0
it never gets out of the Wait loop but writes in the mapfragment1 screen: "App has problems with Google-Play-Services.
Please try again" (translated from German). The Debug window stays empty when running in Debug mode.
The standard Google Maps app runs normal on the phone.
Does anyone have an idea what the Google Play Service problem could be?
Thanks a lot,
Christoph