I am trying to use Huawei Location Kit(Fused Location Service) to get longitude and latitude. But the response I get back are all null.
Then, I call the requestLocationUpdates() method to obtain the device location and update the cache. But I got PlatformException. May I know why?
My current code to use Huawei Location Kit:
RequestLocationUpdates
. The 10806 error indicates that the interface is not open to the public. Could you please post the screenshot of the invoking code and the parameter configuration oflocationRequest
to us for checking this issue? – shirley