Questions tagged [appgallery-connect]

Use this tag for programming questions relating to Huawei AppGallery Connect. Huawei AppGallery Connect is an one-stop open platform covering the entire app lifecycle: innovation, development, distribution, operation, and analysis.Noteworthy capabilities include: Crash,APM,RemoteConfiguration,Applinking,AppMessaging,Auth Service,CloudDB,CloudStorage,and CloudDFunction.

106 questions
0
votes
1 answer

Unity - Location Kit - onLocationAvailability method returning false for every time

Unity - Location Kit - onLocationAvailability method returning false for every time. In the OnLocationCallback methods, onLocationAvailability method returning false. public override void onLocationAvailability(LocationAvailability arg0) { …
0
votes
1 answer

How to check App released in Huawei AppGallery available only for HMS devices not for GMS+HMS devices

I have released a application Huawei AppGallery for HMS devices. How can I test and confirm that it is released only for HMS devices.
0
votes
1 answer

Huawei App Signing for an app, where I have to Open CLI and then go to JDK directory

how to access the directory and export to pem format. As there is no help avaliable on the internet.
0
votes
2 answers

In HMS - How is Cloud DB different from Huawei Cloud?

Can you please tell me how is Cloud DB different from Huawei Cloud? Can I have the same parent-child relationship while storing data as, i get on firebase in Huawei Cloud? Also since Cloud DB is in beta, does that mean i cannot release the app on…
0
votes
2 answers

Huawei Cloud DB kotlin language support

On Cloud Db after creating table we have option to export java file which is kind of model class, if I am writting my code in kotlin can i convert that file in kotlin?? and if i want to add an extra varaiable with getter and setter can i add in the…
0
votes
2 answers

Huawei Team account operation role can't upload application in huawei app gallery

Earlier the role of the given user was developer due to which the above mentioned email Id was not able to upload the apk to the app gallery. So , I had requested the permission to change to operation such that they should get the operations role…
0
votes
1 answer

An external developer tried to change Data storage location, but its not creating the ticket

An external developer encountered a problem during changing data storage location on AGC Console. Ticket is not generating.
Krishna M
  • 180
  • 8
0
votes
2 answers

What Should I Do If My Game Is Rejected for Not Displaying the Welcome Banner After a User Has Signed In?

After the Game Service and IAP SDKs of HMS Core are integrated, I submitted my game for review, but it was rejected by Huawei for not displaying the welcome banner at the top of the game after the sign-in API is called for my game with a HUAWEI ID…
0
votes
1 answer

What Should I Do When My App Is Rejected Due to the Reported Error "serviceCatalog:X6" for Payments?

My app submitted for review was rejected by Huawei because the “serviceCatalog:X6” error was discovered for payments. I have checked my test environment by referring to the…
sujith E
  • 214
  • 1
  • 7
0
votes
1 answer

Unable to add gradient effect to image in Huawei Quick Appp Image

When I used the HTML attribute background: linear-gradient(angle, color-stop1, color-stop2) to add the gradient effect to an image in huawei quick app, the gradient color does not take effect, but it can apply to the text element for a quick app.
0
votes
2 answers

What Can I Do If My App/Game Is Rejected Due to the Update Pop-up Failing to Display on a Mobile Phone with HMS Core (APK) 2.5.3 or Earlier?

My project has integrated HUAWEI IAP and other services using the HMS Core SDK 4.x. However, the app is rejected during Huawei app review, for an update pop-up cannot be displayed on a mobile phone with HMS Core (APK) 2.5.3 or earlier. I have tried…
0
votes
1 answer

What Can I Do If My App Is Rejected Because the Update Check API (checkAppUpdate) Is Not Called?

After my app is submitted for review, it is rejected by Huawei due to the checkAppUpdate API not having been called. But I have checked my code, the checkAppUpdate API has been called indeed. Who can tell me how can I figure out this problem?
sujith E
  • 214
  • 1
  • 7
0
votes
1 answer

What Can I Do If My Test User Cannot Find My Open Testing App Version?

After my app of the open testing version is released, many users feedback that they cannot find the app on HUAWEI AppGallery. I have checked that they have accept the invitation. And the test is still within the validity period, too. So I can not…
0
votes
2 answers

Could Huawei AppGallery Connect API be used with specific project?

A connect API client is created using AGC Console Connect API option. When creating the client, a project is selected as well to limit the scope of access. Credentials are created without problem. Obtained access token by using POST to this AGC URL,…
user14845274
0
votes
2 answers

What Should I Do If a User is Unable to Switch Between Tab Pages by Swiping When the Tab Page Contains a Video?

When the tab-content component (a subcomponent of tabs) contains a video, the user is unable to swipe to switch between tab pages, with the result that the progress bar is dragged instead. The code where the exception occurs is as follows: …