HMS-Core / hms-react-native-plugin

This repo contains all of React-Native HMS plugins.
https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1
Apache License 2.0
241 stars 68 forks source link

HMS Map - The map is not loading completely #207

Closed kfssoftware closed 2 years ago

kfssoftware commented 2 years ago

Description The map is not loading properly. It loads some regions and some regions are not rendered. I made all the necessary settings. But I couldn't find a solution. Any ideas?

Screenshots https://ibb.co/n3hdVr2

Environment

Xuejiao-Shi commented 2 years ago

1 Make sure the MAP kit is enabled in you app from Huawei Developer. 2 Make sure you add the dependency for Map Kit in Build.Gradle app. 3 Make sure the SHA-256 certificate fingerprint that you entered in develeper is the same in the app. docs link 4 Make sure that you entered the signingConfigs in the build.gradle app.
For details, you could follow this docs to configure.

kfssoftware commented 2 years ago

Yes the problem was with SHA-256 certificate fingerprint. Solved, thanks