👨‍🔧Integration & General Questions

Problems you may encounter when adding the plugin to your project and General questions.

I don't have keytool. How can I do it?

Your unity's JDK probably has it. JDK location:

{your unity editor}\Editor\Data\PlaybackEngines\AndroidPlayer\OpenJDK\bin\keytool


How can I resolve the failure to install the following Android SDK packages as some licenses have not been accepted?

You need to accept SDK licenses. You can refer to this comment.

Please aware of the risk. If you start unity editor as administrator your script and third party assets will be run with administrator permission.

As an alternaive, you may change the accessibility of the license folder and grant authorization.


What are the relationship and differences between Auth Service and Account Kit?

Auth Service and Account Kit provide two different types of account-based services for you.

Account Kit enables users to sign in to your apps or games using their HUAWEI IDs, while Auth Service helps you build a secure and reliable user authentication system at very little cost.

The two services do not conflict with each other. Auth Service can connect to multiple third-party authentication systems, including Account Kit, to allow your users to sign in to your apps and games using various authentication modes, including HUAWEI ID.

No matter whether your app or game has integrated or is about to integrate Account Kit, Auth Service can help you build an authentication system at minimum cost and with simplified O&M.


Why am I getting a "Data storage is not available at this data ..." error while enabling cloud storage?

You can send an e-mail to agconnect@huawei.com with your package name, application ID, project ID, and Data process location and ask them to help you with the problem.


Is there any way I can understand if the device supports HMS or GMS?

You can use the isGMSAvailable and isHMSAvailable fields in the ServiceHelper class.


Click yes. This is due to version differences in unity. This will fix the differences.


Last updated