I recently published my app in google play . The question is how google play show counts ?
1 - All device that have google play installed and my apps too , total count of my apps install will show in play store .
2 - Just all downloads that directly are downloaded from google play will be count .
The install count is incremented every time your app is downloaded from Google Play. If someone downloads it from Amazon, or your website, or another source, it will not add to your Google Play installs.
Related
I have a first version 1.0.2 of an app, in the Internal testing section of the Google Play console. I have successfully downloaded the app via the Google Play app in my Android smartphone.
I am now trying to update the app, but in I get the "Your Android App Bundle is signed with the wrong key." error. There are multiple solutions suggested for this error, I am about to embark on them...
In the meantime, I succeeded in uploading a version 1.0.5 of my app to the Pre-registration tab. It is ONLY in that tab and I can't find any way to share it with other tabs, or to download it to the smartphone. I'm not sure this it the best place for it, for the moment I am testing the app myself, I don't have an army of people to release the app to. That version 1.0.5 is listed at the bottom of the Pre-registration page, under App bundles for supported devices.
I don't see how I can transfer that version 1.0.5 to the other tabs of the console and download it. It does not appear when clicking the Add from Library command in other tabs. In Internal Testing there's a Promote Release command to move the releases there to Closed testing, but in Pre-registration I can't find any such command to move the release anywhere else.
My Google user is currently on a closed Alpha list for an app X. So
every time I open my Google Play Store I can download the current alpha version of app X.
The problem is: I now have to test the production version of X for a test. How can I "change" the version I'm willing to download? Do I have to remove myself from the "alpha testers" list so that I'm able to download the production version again?
Is there an easier way to just switch the version I want to download? I just can't find a way on my mobile device.
The only way you can switch to the production version is:
- opt-out of receiving the Alpha version from the opt-in page you got sent when you first joined the alpha
Alternative strategies other people use:
- you could use Multiple Android users. https://source.android.com/devices/tech/admin/multi-user
If you have one user on the device which is in alpha, and one which isn't (each with a separate GMail account) then if one user installs the App you will get the Alpha version and if the other user installs the app you won't.
Many websites providing apk of playstore's apps . and many apps like xender and myappsharer can transfer apk .
in both will they get updates from playstore ?
Yes. all app are downloaded from web can get update from google play store.
Download app from google play store and from the web all are same.
Just difference is you have to install it manually when you download apps and game from websites.
Hi friends I added google play service to genymotion emulator,I drag the zip files of gapps and also arm v1 to it but when I opening the emulator its getting unfortunately google play services has stopped and also when I am trying to add account in it showing loading.. can anyone tell me the solution for it.
I faced this same issue.This issue is generally due to not following order of
flashing Gapps appropriately.Being a beginner in android programming.Well, I learnt following things to keep in mind while setting up google play services:
Download the ARM Translation Installer v1.1 and drag and drop the zip file onto the running Genymotion emulator device. The ARM emulator is only needed for apps that trigger a
INSTALL_FAILED_CPU_ABI_INCOMPATIBLE
error.
You must close and restart the emulator fully before continuing.
The Google Play APK package needed is specific to the Android emulator version. You must use the corresponding Google Play Service package. Otherwise, you may notice problems with Google Play not having Internet connectivity or other strange issues.
If you are using below listed specific versions ,sometimes files you are using get corrupted.
Solution:
Check android version and apk link for gapps to be flashed:
Google Apps for Android 6.0 (see instructions for flashing)
1) (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)
2) (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)
Google Apps for Android 5.1
(https://www.androidfilehost.com/?fid=96042739161891406 -
gapps-L-4-21-15.zip)
Google Apps for Android 5.0
(https://www.androidfilehost.com/?fid=95784891001614559 -
gapps-lp-20141109-signed.zip)
Google Apps for Android 4.4.4
(https://www.androidfilehost.com/?fid=23501681358544845 -
gapps-kk-20140606-signed.zip)
Google Apps for Android 4.3
(https://www.androidfilehost.com/?fid=23060877490000124 -
gapps-jb-20130813-signed.zip)
Google Apps for Android 4.2
(https://www.androidfilehost.com/?fid=2306087749000018 -
gapps-jb-20130812-signed.zip)
Google Apps for Android 4.1
(https://www.androidfilehost.com/?fid=22979706399755082 -
gapps-jb-20121011-signed.zip)
Update or reinstall Genymotion and Virtual box :
If you are flashing all gapps apk correctly and you are still facing this issue.
You need to check which version of genymotion and virtual box you are using .Use latest version of genymotion and VB.
Uninstall Genymotion and Virtualbox :
If updating or re-installation doesn't work you need to remove old registry files hidden in your computer which are preventing you from flashing Gapps properly.Repeat steps of flashing mentioned above.
Note: Don't forgot to restart genymotion after flashing files.
Hope it helps,Cheers..Happy Coding!!!
I had the same issue and found lots of solutions available on the internet. I followed the steps given in http://www.thecrazythinkers.com/how-to-fix-unfortunately-google-play-services-has-stopped/ and got a perfect solution.
To setup Google Play Service in your genymotion follow my answer in this question, hope it will help you. Question link
I am on the way to setup MAM server. I want to setup an environment more or less similar to google play where I could install the app in Google Play over the air. When the admin clicks Install on the web-server the app should get installed on the enrolled mobile devices. Is that possible with api's? If so what are all the api's should I use? Is there any open-source code available for this?