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

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

Please try searching the application in AppGallery of the HMS device and GMS device.
If the application is whitelisted for HMS device alone, then it is be visible in AppGallery and Install button will be enabled. In case of GMS device it wont be. [same will be applicable for GMS+HMS device, if whitelisted it will show].

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.

What can I do in this case?

When I integrated the HMS Core SDK into my game. However, the game
was rejected during app review due to the following reason: On a mobile phone
where the latest version of HMS Core (APK) was not installed, a pop-up is
displayed during game launch, indicating that HMS Core (APK) needs to be
installed.
Try to locate and rectify the fault first. If HMS Core (APK) cannot be uninstalled or no update pop-up is displayed during fault locating, use a non-Huawei mobile phone to perform the test, and locate the fault based on the logs. Please upload your log file so I can help you further.

No provisioned iOS devices are available. Connect an iOS device or choose an iOS simulator as the destination

No provisioned iOS devices are available. Connect an iOS device or choose an iOS simulator as the destination.
I have profiles for my device for this app... where should I be looking to correct this? I am using XCode 6.0 while version of my iPhone is 6.0.1, may i need to update my Mac SDK to 6.0.1?

iPhone app not runing on Real device

No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination.
How do I fix this Questions.....?
Deployment Taeget :
4.0 Base SDK
Latest 5.1
You should make sure that you choose the device from the list of schemes and from project settings you should have a valid certificate for debug settings
UPDATE : An also it will not list the device if its IOS is below the deployment target

XCode 4 not detect iPad

I have iPad 1 and i want to test my app on it.
i connect the iPad to the computer, and the IOS Device not change to the device name.
when i press on Run i get this msg:
Xcode cannot run using the selected device.
No provisioned iOS devices are available with a compatible iOS version.
Connect an iOS device with a recent enough version of iOS to run your
application or choose an iOS simulator as the destination.
Any suggestion why it happen?
The top explanations for this error are
1) Your iPad is running an OS version newer than that supported by Xcode
or
2) You have not yet provisioned your iPad
Ok
I find the solution :
in IOS Deployment Target change it to the minimum version you want the app will work
You need to add the UDID of the device to your developer mobile provisioning profile.
If you have Xcode 4.2 this can be done actually automatically, else you'll have to do this manually (get the UDID, log into the developer portal, add the device's UDID to the devices list, at that device then to your developer profile, download and install that profile, select this profile as a developer profile for your current app)