When the HMS Core SDK is updated to 5.0.4.300 or later, no pop-up is displayed to prompt users to install or update HMS Core (APK), and result code 90 - huawei-mobile-services

I updated the HMS Core SDK to 5.0.4.300 or later, but there was no pop-up asking me whether to install HMS Core (APK) or update it to the latest version. I checked the Logcat log file and found the following error message.
Error log:
HMSSDK_AppTouchTaskApiCall: Apptouch get the errorcode is 907135003
HMSSDK_AppUpdateClientImpl: 907135003: Connection Failed:update failed, because no activity incoming, can't pop update page(26)

This problem may caused by missing metadata.
Pls kindly refer the instructions in the official documentation to solve your problem.

Related

Mobile app crash after flutter update. What to do?

After a recent flutter update, my app stopped working. Throws out from the mobile application. Can you help me? I have got this error:
adb: failed to install /Users/User/Desktop/project/build/app/outputs/flutter-apk/app.apk: Failure[INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.package.name: signatures do not match previously installed version; ignoring!]
Before that everything worked. I don't know what to do, please help. The command adb uninstall <package_name> won't help. The project is already on Google Play
I tried reinstalling. Install the original version of the mobile application. update all dependencies, but nothing helped
that's because it's different from the previous version you can see in a similar case here

Huawei IAP error in Flutter - Integrate the version update API (checkUpdate)

enter image description hereIntegrate the version update API (checkUpdate). If you already integrate the API, check whether the HMS SDK code is obfuscated in the configuration file. For details about how to modify the configuration file, visit https://developer.huawei.com/ consumer/en/doc/development/AppGallery-connect-Guides/appgallerykit-preparation#h1-1574846682104
Error prompt when I select the mainland.

Sqlite Browser does not launch on Windows 7

I have downloaded the Sqlite browser from the official website.
I installed it without any error but after I installed if I try to launch the SQLite browser it shows the following error.
The application was unable to start correctly(0x000007b). Click ok to close the application.
I have tried reinstalling it but the same error occurs.
Note:I am new here so if my question was not clear please ask for the details
I have found a fix for the above error. Using the nightly build of the DB browser which is available on their official site seems to avoid the problem.

FIREBASE_AUTH_API is not available on this device

I have followed the new Google Firebase guide for Facebook sign-in on Android but I am consistently getting the following error on a particular device.
FirebaseAuth:signInWithCredential failed
com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device.
On other devices it seems to work fine. The device is Moto X Play running Android 6.0.1. It also has Google Play Services 9.0.83. I tried a complete uninstall and reinstall with no luck.
This was a bug affecting the 9.0.0 and 9.0.1 versions of the SDK. It has been fixed as of SDK version 9.0.2.
Update the Google repository via the Android SDK manager and then change your gradle dependency to:
compile 'com.google.firebase:firebase-auth:9.0.2'
See incident details here.
As Alfonso says in the comments, there is an issue we are seeing where some users don't have the Firebase Auth API available even though they have Google Play services 9.0.83.
That's a bug - sorry about that - and is being investigated at the moment. If you're seeing it, please raise an issue in the troubleshooting page with any further details of the device where you had the problem.

Getting a check log error on publish in SmartFace app studio

I am trying to publish the android app from SmartFace app studio and it is giving me an error to check logs. I am not sure where to find these logs. Publish to iOS works fine. Also I verified the android SDK is found in Project Details tab.
I have attached the screenshots here
This kind of publishing error can be caused by many factors. The ones that I know of are:
node.js that comes with Smartface is outdated, so you have to update it mannualy by going to its site and installing the latest version.
Sometimes Smartface says Java is found but it's not, so writing the correct directory could fix the issue.