Skip to content

EvilMindDevs/com.solar2d-plugin.huaweiGameService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huawei Game Service Solar2d Plugin

This plugin was created based on Huawei Game Service. Please check for detailed information about Huawei Game Service.

In order to use the Huawei Game Service, you must first create an account from developer.huawei.com. And after logging in with your account, and then you must create a project in the huawei console in order to use HMS kits.

Project Setup

To use the plugin please add following to build.settings

{
    plugins = {
        ["plugin.huaweiGameService"] = {
            publisherId = "com.solar2d",
        },
    },
}

After you need to define the plugin in main.lua.

local gameService = require "plugin.huaweiGameService"

gameService.init()

References

HMS Game Service here
HMS Game Service Result Codes here

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published