华为帐户套件不起作用。可能的解决方案是什么?

发布于 2025-01-30 03:00:36 字数 204 浏览 5 评论 0 原文

通过帐户套件使用登录名不起作用。

通过华为ID单击登录启动HMS Core Update,但未完成。因此,用户无法通过华为ID使用登录功能。

帐户套件库已经升级到最新版本,但仍无法正常工作。

其他所有套件都无法正常工作。就像应用程序内购买套件一样,它根本没有启动。

测试设备是华为Nova 5t。

华为ID版本6.3.308

Using Login via account kit is not working.

Clicking Login via Huawei ID starts HMS Core update but does not finish. Hence the user cant use the login function via huawei ID.

Account kit library already upgraded to latest version but still not working.

Additionaly all kits are not working properly. Like In-app purchase kit, where it does not start at all.

Test device is Huawei Nova 5T.

Huawei ID version 6.3.308

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千柳 2025-02-06 03:00:36

您好开发人员,

请确保您在项目中正确配置了以下详细信息。

  • 您是否在build.gradle File

    中包括了正确版本的帐户套件和其他套件

  • Check网络许可中包括了您的帐户套件和其他套件的正确版本。

  • AppGallery的AgConnect.json文件应包含在您的项目中。

  • 在AppGalleryConnect注册您的申请时,检查您的帐户套件是否已启用。

请重新启动您的设备倍数以解决HMS代码升级,有时会由于网络差而发生。

谢谢。

Hello Developer,

Make ensure that you have properly configured following details in project.

  • Have you included right version of Account Kit and other Kit in build.gradle file

  • Check network permission is included in Manifest.xml or not.

  • agconnect.json file from AppGallery should include in your project.

  • check your account kit is enabled or not while registering your application in AppGalleryConnect.

Plz restart your device multiples to resolve HMS Code upgradation, sometimes it happens due to poor network.

Thank you.

三人与歌 2025-02-06 03:00:36

打开AppGallery搜索“ HMS Core”,然后单击“更新”按钮以将您的HMS Core版本升级到最新版本。

您也可以直接从华为官方网站下载HMS Core。

https://www.huaweicicentral.com/ -latest-hms-core-apk-34/

下载后,您可以直接安装它。

然后重试用帐户套件。如果您仍然有问题,请参考以下官方帐户套件演示并尝试。

然后再试一次以获取应用程序内购买套件。如果您仍然有问题,请参考以下官方IAP套件演示并尝试。

Open AppGallery to search "hms core", then click UPDATE button to upgrade your hms core version to the latest version.

you can also download hms core directly from huawei official website as below.

https://www.huaweicentral.com/download-the-latest-hms-core-apk-34/

After your download you can directly install it.

enter image description here

Then try again for account kit. if you still have issue, pls refer to below official account kit demo and try.

https://developer.huawei.com/consumer/en/doc/development/HMSCore-Examples/client-sample-code-0000001050048970

Then try again for in-app purchase kit. if you still have issue, pls refer to below official iap kit demo and try.

https://developer.huawei.com/consumer/en/doc/development/HMSCore-Examples/client-sample-code-0000001050143598

素染倾城色 2025-02-06 03:00:36

您应该验证以下点

  1. 使用HWID版本为:实现'com.huawei.hms:HWID:6.3.0.301'
  2. 如果用户在运行Android 11的手机上安装了最新的HMS Core(APK),但是如果仍被要求去更新apk-
  3. 验证应用程序正确完成的基本配置,
  • 添加agConnect-service.json (从AGC控制台下载项目的JSON文件并将其放入App文件夹)。
  • 验证您中的应用ID一致性 agConnect-service.json file& amp; AppGallery Console 项目设置页面。
  1. 如果仍然存在问题,即使您检查了上述所有内容,也可以在设置中找到HMS Core应用程序>应用>应用页面并清除缓存。然后,您可以运行应用程序。

You should verify the below points

  1. Use hwid version as: implementation 'com.huawei.hms:hwid:6.3.0.301'
  2. If a user has installed the latest HMS Core (APK) on their phone running Android 11, but if were still asked to update the APK - Click here
  3. Verify app basic configurations done correctly,
  1. If still the issue persist even you checked all the above, you can find the HMS core application in Setting > Apps > Apps page and clear the cache. Then you can run the application.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文