How to search for In-App transaction in Huawei AppGallery

329 views Asked by At

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.

2

There are 2 answers

2
Zinna On BEST ANSWER

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.

2
coollei On

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