HMS-Core / hms-drive-clientdemo

This sample code encapsulates APIs of the HUAWEI Drive Kit SDK.You will learn how to use Drive Kit SDK.
https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/drivekit-introduction?ha_source=hms1
Apache License 2.0
12 stars 7 forks source link

What does APPID refer to? #1

Closed YimingLi-1996 closed 4 years ago

YimingLi-1996 commented 4 years ago

What does APPID refer to in the manifest? Thank you!

  <!-- Access HMSSDK need to register AppID parameters. Value "${APPID}" is replaced
        with the actual application APPID,derived from the Developer affiliate website
        application. Format android:value= "appid=xxxxxx" -->
    <meta-data
        android:name="com.huawei.hms.client.appid"
        android:value="appid=${APPID}" />
Redreaming commented 4 years ago

AppID is the App's identification. You can get it from Huawei AppGallery.