Many users who tell me that the (Install) button for my application is disabled at the Huawei App Gallery - huawei-mobile-services

The users keep telling me that they can't install the app because the App Gallery is disabling the install button of my app

Unfortunately huawei dont have any tools to identify and remove the GMS dependencies from the project. WE ahve remove manually.
Once the app is published, it will be reviewed for the compatibility and if the app is compatible with all the devices, then it will be released to all users

Yeah . I got the answer from
Huawei app doesn't show app gallery event its state released.
But is a pleasure to know that the problem is because GMS so now I have more info about the case, but please How can I remove the GMS from my application
my application is developed by react-native and I just released new apk and pushed to ur app gallery.
Should I remove all react-native google libs like firebase and so on ?
I have no time to release a version integrated with HMS now but for sure the next version will.
If there is away to remove the GMS and republish the apk with no HMS ?

Related

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 to reoccur this problem by uninstall and update HMS Core to version of 2.5.3 .But the operation fail. how can i reoccur the problem and solve it?
The problem was because the HMS Core (APK) version on your phone is earlier than 2.5.3. Each of the following solutions can be used to reoccur the problem.
Find a Huawei phone and perform the following steps.Go to Settings > Apps > Apps, then searched for and tapped HMS Core (APK). On the displayed page, tapped the button in the upper right corner, and chose to uninstall the APK update.
If the uninstallation fails, find a non-Huawei phone and uninstall
HMS Core (APK).
If the Huawei phone has been rooted, just uninstall HMS Core (APK).
You can try to Log analysis and check the project code,The problem may be due to the input parameter in your project is of the Context type, rather than the Activity type.
For Details,check Docs.
Can you describe how the operation failed (error, screenshots)?
If you don't turn off AppGallery Auto-update apps, it will automatically update your HMS Core immediately to the latest version right after you remove HMS Core updates. If this is the case, you will not be able to test your app using HMS Core 2.5.3.
Please make sure that you turn off Auto-update apps in AppGallery > Settings.
Regardless, you will need to upgrade your IAP to the latest version in order to be approved by AppGallery app review.

Release my ionic 3 app on testflight on app store if i can do it on windows

Can i release my ionic app to testflight app on app store without having a mac? Can i do it on my windows and if not how to release my ionic app to be tested without ionic serve ? please any help
No. that is not possible. You need to have a mac to publish an IOS application.
If you want to test your application with IOS users, you can use Ionic View.

Can I download my app code from Ionic Platform?

I publish my app to ionic platform. Then I removed code by accident on my mac. Can I download my code from platform?
Yes you can.
If you need to recover your app files, enter your App ID below and
click recover. It will download a ZIP containing your latest app
upload.
Login to Ionic Platform.
Then go to Your Ionic Data (Recover your App), enter your app ID and download your latest app upload.

Apple TestFlight (beta) app won't install

We have been using Apple's TestFlight facility to distribute a beta version of our app for a few months now (migrated from the older TestFlight service before it was merged into the AppStore). Things worked smoothly until today. After uploading a new beta build to TestFlight, the app no longer installs on the device (iPhone 6 with iOS 8.3).
When opening TestFlight app and tapping "Install" to install the latest beta version of the app, TestFlight downloads the app, but when the installation completes, the app icon vanishes. The button in TestFlight app changes back to "Install", but tapping on it shows an alert:
"Could not install [app name]. The app is currently downloading"
We've tried:
Restarting the phone
Resetting all settings on the phone (factory defaults)
Upload a new build to TestFlight.
This looks like an issue with iOS 8.3.
Installing on devices with earlier iOS version did succeed:
iPhone 6, iOS 8.1.2
iPhone 4S iOS 8.2
Has anyone encountered this issue and found a solution?
I just force killed the TestFlight App and launched it again. Then I was able to download it. I'm running iOS9 on iPhone5S
Deleting the TestFlight app and reinstalling it did the trick for me.
It's look like a temporary bug in TestFlight.
It is happening now to everyone.
I added a new tester, and it works. At the old does't work.
//Edited.
My steps:
Create new mail.
Add user (technical role)
Check mark at internal users at my app.
Uncheck/Check TestFlight Beta Testing switch.
Open testflight through mail link.
Install.
In some cases it may be a simple temporary malfunction of testflight. I suggest to try waiting a few hours before doing hard tests such as regeneration of certificates.
Simply quiting Testlfight and relaunching fixed it for me
The easiest solution is to set the flight mode for few seconds, reactivate connections and try to download again.
I've had this issue recently, I tried uninstalling testflight and downloading it again from the app store.
It wouldn't let me download, I turned my phone on and off and then I could download from the app store as well as testflight.
Tested Solution:
Update XCode.(If new beta XCode version available then use it to upload).
or
Update/Re-Install #TestFlight.
or
Delete previous app build and re-install.

App store download previous version of app instead of latest

I already have an app on app store with version 1.0.0.
Now I submitted the new version of app 2.0.0. This new version is also approved by apple.
It has been more than 5 days since my app is approved and in state 'Ready for sale'.
Now when I download the app from app store on my iphone device it still downloads the previous version (1.0.0) and asks me to update to latest version (2.0.0).
Why app store is not downloading the latest version (2.0.0) of app directly on my device?
My device previously had the app with version 1.0.0 installed from app store but I deleted it and then installed the fresh app from app store.
When I download the same app on my friend's iphone it downloads the latest version (2.0.0). This device never had any version of the app installed.
I had the same problem and have now realised that it is related to iCloud. If you have previously downloaded your app on any device then when you download it on a new device, it will download the same version as you previously downloaded. You then get the option to update to the latest version.
Confused me to start with!
Your iPhone could be outdated / not meeting your defined requirements of the application itself. For example, if you have an iPhone 3G running IOS 6, you can not run an app that only accepts iOS7. Take a look in your xCode and inspect the properties of your application.