Mr. T

Results 12 comments of Mr. T

Hi @AgentSamad At first glance, there is no problem with the codes. Can you provide us a log file or your apk? Actually, it would be great if you could...

@AgentSamad I reviewed your apk and In-App Purchase seems to be working correctly. Can you create a ticket for our technical team? Include the reason why your application was rejected...

Hello Developer @qinhanlei The problem is with multidex builder. Actually, this often happens when you have imported a lot of packages in your yaml file which cannot fit into a...

Hi @qinhanlei We did not encounter such a problem when we tested it on our end. Can you try clearing the caches? You can try the following method: Manually Cleaning...

Hi @qinhanlei I was able to get the problem on my side and the solution should be like this. You should go to the **Assets\Huawei\Plugins\Android\HMSUnityPushKit.plugin\build.gradle** directory and put the following...

Hi @ArsalanRizwan, When I examine the log file, I see that there is more than one error code. These error codes are error code 204, error code 700, error code...

Hello Developer @ArsalanRizwan , We use ads-lite sdk in unity plugin. Ads-lite sdk is a sdk made only for HMS Core devices. Ads-Prime SDK is available for both HMS and...

Hi @ArsalanRizwan Is it possible to provide your application? This may be an issue caused by the Ads Kit rather than the plugin. If your application is published, provide us...

This problem is related to the compileSdkVersion and targetSdkVersion of the plugins. This problem occurs because the compileSdkVersion and targetSdkVersion of some plugins are outdated. Either go to the source...

### app/build.gradle `allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = "../build" subprojects { afterEvaluate { android { compileSdkVersion 34 } } } subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" }...