😇Might Help
Solutions that can help you solve problems you may encounter.
Getting the Logs
You can use Android Logcat:
Unity Editor>Window>Package Manager>Unity Registry>Android Logcat.
Using the LogCat
Select the phone, select the right app then enter "[HMS"
You can check the logs related with our plugin. If problem is not there delete "[HMS" to check HMS logs. If the problem still not there select no filter option on app selection. This last part is especially effective in problems where the application does not start.

Rebuilding Unity Project
Are you having trouble getting builds when everything is ok? Rebuilding your unity project might work.
Exit unity editor,
Go to your project folder,
Delete everything except Assets, Packages, and ProjectSettings
Then run your project via Unity Hub. This will recreate these files.
Clearing HMS Core Cache
This process speeds up the effects of the changes you make in the console and can save you time for testing. These changes can be Newly enabled services or kits, SHA-256 changes, location changes, etc.
Update your json file with the newly downloaded one
Delete your game from your device
Clear HMS Core cache. In your device Settings>Apps>HMS Core>Storage>Clear Cache
Last updated
Was this helpful?