如何在华为AppGallery中搜索应用内交易

发布于 2025-01-17 19:12:24 字数 245 浏览 4 评论 0原文

我已经在华为AppGallery中发布了我的应用程序。 用户进行购买(应用程序内),第二天我只能看到购买的数量。

但是我无法以任何方式验证用户的购买,但只能相信他们。 在Google Play中,我可以输入购买的电子邮件或GPA号码,并在进行何时进行检查以及交易是否成功。

在华为AppGallery中,我在任何地方都找不到。您能告诉我在哪里可以找到此选项? 毕竟,这是开发人员最重要的选择,我认为它不存在。我还需要了解这一天的购买,而不是第二天。

I have published my app in Huawei AppGallery.
Users make purchases (In-App), I can only see the number of purchases the next day.

But I can’t verify the user’s purchase in any way, but only believe them.
In Google Play, I can enter the email or GPA number of the purchase and check when it was made and if the transaction was successful.

In Huawei AppGallery, I did not find this anywhere. Can you please tell me where can I find this option?
After all, it is the most important option for developers, I do not believe that it does not exist. I also need to know about the purchase this day, not the next day.

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

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

发布评论

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

评论(2

别念他 2025-01-24 19:12:24

在开发人员控制台中,您可以下载报告如下所示

要跟踪实时交易结果,您可以添加“查看购买历史记录” 在您的应用中。成功获得此历史记录后,您可以将其传递给服务器或将其保存在应用程序中。

另外,您可以通过验证购买令牌(来自InappCurchAsedata)也确认购买。

In the developer console, you could download the report as shown below
enter image description here

To track real-time transaction results, you could add "viewing the purchase history" in your app. Once this history is successfully obtained, you could either pass it to your server or save it in the app.

Alternatively, you could confirm the purchase by verifying the purchase token (from InAppPurchaseData) to confirm the purchase as well.

︶葆Ⅱㄣ 2025-01-24 19:12:24

根据您的描述,您可以转到开发人员中心>我的报告>付款报告。
您可以按关键字搜索应用程序下的所有订阅,例如应用程序ID,时间和订单状态。
https://developer.huawei.com/consumer.com/consumer/consumer/en/console#/ myReport/付款

”在此处输入图像说明”

According to your description, you can go to Developer Center > My Report > Payment Report.
You can search for all subscriptions under your app by keywords such as the app ID, time, and order status.
https://developer.huawei.com/consumer/en/console#/myReport/payment

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文